Dspace 7 Installation On Windows 10 [ FAST – Walkthrough ]

Last updated: 2025 – tested with DSpace 7.6.1, Tomcat 9.0.85, JDK 11.0.22, PostgreSQL 15.6, Windows 10 Pro 22H2.

By the end of this article, you will have a fully functional DSpace 7 instance running locally on Windows 10, using: dspace 7 installation on windows 10

set JAVA_OPTS=-Xms1024m -Xmx2048m -Dfile.encoding=UTF-8 -Ddspace.dir=C:/dspace Last updated: 2025 – tested with DSpace 7

Start : Open a terminal, run cd C:\src\dspace-ui , then execute yarn serve:prod . run cd C:\src\dspace-ui

After compilation, the UI will be available at http://localhost:4200 .

: After any environment change, restart your command prompt or PowerShell.

If you don’t use Git, download the zip from https://github.com/DSpace/DSpace/releases and extract to C:\dspace-source .