Dspace 7 Installation On Windows 10 » <PRO>
Copy the DSpace Solr cores from C:\dspace\solr to your Solr server/solr/configsets directory. Start Solr: bin\solr.cmd start .
Edit local.cfg with your database credentials and installation path: dspace.dir = C:/dspace db.url = jdbc:postgresql://localhost:5432/dspace dspace.server.url = http://localhost:8080/server dspace.ui.url = http://localhost:4000 Build the Backend Open Command Prompt as Administrator in C:\dspace-src . Run: mvn package dspace 7 installation on windows 10
Create a new Login/Group Role named dspace with a password (e.g., dspace ). Copy the DSpace Solr cores from C:\dspace\solr to