Open a terminal in the folder and run: npm install (or yarn install ). Create a config/config.prod.yml file. Set the rest connection settings to point to your backend: ssl: false , host: localhost , port: 8080 , nameSpace: /server Build the UI: npm run build:prod . Start the UI: npm run serve:ssr . Access the interface at http://localhost:4000 . 💡 Troubleshooting Tips
If Maven or Node.js crashes, increase your heap size (e.g., set NODE_OPTIONS=--max_old_space_size=4096 ).
Create a new Login/Group Role named dspace with a password (e.g., dspace ). dspace 7 installation on windows 10
While DSpace is natively designed for Linux environments, you can successfully run it on Windows 10 for development or testing purposes by following this structured guide. 🛠️ Prerequisites and System Requirements
Create the DSpace cores (authority, oai, search, statistics) using the Solr admin interface or command line. 5. Frontend Installation (User Interface) Clone the dspace-angular repository. Open a terminal in the folder and run:
Always run your command prompts or PowerShell windows as an Administrator to prevent permission errors during the build.
In Tomcat’s conf/server.xml , ensure the connector is set to UTF-8: Start the UI: npm run serve:ssr
Copy the DSpace Solr cores from C:\dspace\solr to your Solr server/solr/configsets directory. Start Solr: bin\solr.cmd start .
Start the Tomcat service. You should be able to access the API at http://localhost:8080/server . 4. Solr Search Engine Setup Download Solr 8.11.x and extract it.