Dspace 7 Installation - On Windows 10

From the root directory ( C:\dspace-src ), run the following command to compile the package: mvn package Use code with caution.

Use Ant to install the backend binaries ( ant fresh_install ) to a directory like C:\dspace and move the server webapp into Tomcat's webapps folder.

Step 9 — Create the DSpace administrator account and initial content dspace 7 installation on windows 10

solr.server = http://localhost:8983/solr

-- Install Yarn globally if you haven't already npm install --global yarn -- Install local project dependencies yarn install -- Start the development server yarn start Use code with caution. From the root directory ( C:\dspace-src ), run

The backend provides the API that stores and manages your data. Database Setup: Create a PostgreSQL user and database named . Use the command CREATE EXTENSION pgcrypto; within the Download the DSpace 7 source code and locate the folder. Rename local.cfg.EXAMPLE

ant fresh_install

Run the following command in the SQL Query Tool on the newly created dspace database to enable the crypto extension: CREATE EXTENSION pgcrypto; Use code with caution. Step 2: Download and Build DSpace Backend