ui: ssl: false host: localhost port: 4000 nameSpace: / rest: ssl: false host: localhost port: 8080 nameSpace: /server Use code with caution.
Install the tool included in the bundle for easier database management. Node.js (v16 or v18) and Yarn Download and install Node.js (LTS version). Open Command Prompt and install Yarn globally by running: npm install --global yarn Use code with caution. Git for Windows
Comprehensive Guide to DSpace 7 Installation on Windows 10 DSpace 7 represents a major architecture shift, featuring a completely separate Angular-based User Interface (UI) and a REST API backend built on Spring Boot. Installing DSpace 7 on Windows 10 requires setting up both environments along with several prerequisite services.
Open a browser and navigate to http://localhost:8080/server . You should see the DSpace REST API JSON homepage. Create an Administrator Account Open a command prompt inside C:\dspace\bin\ and run: dspace.bat create-administrator Use code with caution. dspace 7 installation on windows 10
DSpace will be installed to a separate folder (not the source), e.g., C:\dspace .
You should now be able to:
Before beginning, it is important to understand that DSpace 7 runs as two distinct applications: ui: ssl: false host: localhost port: 4000 nameSpace:
Add a context file for DSpace to avoid memory issues: create C:\tomcat9\conf\Catalina\localhost\server.xml ? Not needed. Instead, create ROOT.xml inside localhost folder? Simpler: just copy WARs and start Tomcat.
: The servlet engine to run the DSpace web application.
To make the backend accessible via web services, you must deploy the web applications into Tomcat. Open Command Prompt and install Yarn globally by
: Update the environment.prod.ts file to point to your local backend REST API (usually http://localhost:8080/server/api ).
Start Tomcat:
Congratulations! You have successfully completed the manual installation of DSpace 7 on your Windows 10 machine. You have set up a full-fledged, modern digital repository system, including the database, the Solr search index, the Spring Boot backend, and the Angular frontend.
Once the backend is up and running, proceed with the frontend installation.
DSpace uses Maven to build the backend.