Audİtİn növlərİ

Use code with caution.

To complete this guide, you will need to download and install the following versions of the dependency stack: Oracle JDK or OpenJDK 11 or 17.

. Unlike earlier versions, Solr must be installed separately for DSpace 7. Servlet Engine: Apache Tomcat 9 to host the backend. Frontend Tools: for the Angular UI. LYRASIS Wiki Step 2: Backend Installation (REST API) Configure Database: Enable the extension on your Build Source: Download the DSpace 7 backend source code, edit to point to your database and installation directory (e.g., ), and run mvn package Install Binaries: Navigate to the dspace-installer folder and run ant fresh_install Deploy to Tomcat: folder from your DSpace installation webapps to Tomcat's Initialize Database: dspace database migrate from the installation's LYRASIS Wiki Step 3: Frontend Installation (Angular UI) Download UI: Clone or download the dspace-angular repository. Install Dependencies: yarn install in the frontend directory. Configure: Create/edit config/config.prod.yml to point the UI to your local REST API (usually

The official DSpace team recommends using . This allows you to run all components (Database, Solr, Backend, and Frontend) in pre-configured containers with a single command, bypassing most manual configuration issues on Windows. Performance Tuning DSpace - LYRASIS Wiki

After running mvn package , find the war file at: C:\dspace-src\dspace-server-webapp\target\dspace-server-webapp-7.6.war

Before beginning, ensure your Windows 10 machine meets the following minimum hardware specifications: Quad-core processor or higher

Open (installed with PostgreSQL) or use the command-line psql tool.

java -version (should show 11.x) mvn -version (should show 3.6+) node -v (should show v16.x) yarn -v (should show 1.22)

Open a new Command Prompt ( cmd ) and verify the installations: java -version mvn -version Use code with caution. Step 2: Database Setup (PostgreSQL)

Copy environment.dev.ts and rename it to environment.local.ts .

: Tools used for building the DSpace backend.

: Required to build and run the new Angular frontend. Installation Steps 1. Backend Configuration

Create a dspace user and database in PostgreSQL. You must run CREATE EXTENSION pgcrypto; on the dspace database to enable required cryptographic functions.

This command creates the operational DSpace installation inside C:\dspace . Step 5: Link Solr Cores and Configure Tomcat 1. Copy Solr Configsets DSpace needs its specific search cores active inside Solr.