Installation On Windows 10: Dspace 7

Installing DSpace 7 on Windows 10 is a complex process because the platform has transitioned to a modern, decoupled architecture. Unlike previous versions, DSpace 7 consists of two distinct parts: a Java-based REST API (backend) and an Angular-based User Interface (frontend).

Copy the contents of C:\dspace\webapps to your Tomcat webapps folder. dspace 7 installation on windows 10

git clone https://github.com/DSpace/dspace-docker.git
cd dspace-docker
docker-compose -f docker-compose.yml up -d

Deployment: Navigate to the generated installer directory and run ant fresh_install. This installs the binaries to your chosen DSpace directory. Installing DSpace 7 on Windows 10 is a

npm install -g pm2
cd C:\dspace-angular
pm2 start "ng serve" --name dspace-ui
pm2 save
pm2 startup

Then follow the installer prompts. For simplicity, I recommend: Then follow the installer prompts

3. Configure environment

Edit src/environments/environment.prod.ts (or .ts):