Dspace 7 Installation On Windows 10 Info
For persistent use, install Tomcat as a Windows service using tomcat9.exe //IS//Tomcat9 (from the Tomcat bin folder). Similarly, you can run the Angular UI as a service using pm2 (Node process manager).
Install PM2:
npm install -g pm2
cd C:\dspace-angular
pm2 start "ng serve" --name dspace-ui
pm2 save
pm2 startup
This will auto-start the UI when Windows boots. dspace 7 installation on windows 10
Use Git to clone the DSpace 7 codebase.
cd C:\
git clone https://github.com/DSpace/DSpace.git dspace-src
cd dspace-src
git checkout dspace-7.6
Alternatively, download the ZIP from GitHub and extract to C:\dspace-src. For persistent use, install Tomcat as a Windows
mvn -version
You should see Java version and Maven version.

