Dspace — 7 Installation On Windows 10 |verified|
cd C:\dspace-source mvn package cd dspace\target\dspace-7.6-build ant -Dconfig=../../config/local.cfg fresh_install If ant is not recognized, you need to install Ant or use the Maven-based approach:
INFO: Database is up to date (version 7.6) If you see errors, check that your local.cfg database credentials are correct. dspace 7 installation on windows 10
cd C:\ git clone https://github.com/DSpace/DSpace.git dspace-source cd dspace-source git checkout dspace-7.6 If you don’t use Git, download the zip from https://github.com/DSpace/DSpace/releases and extract to C:\dspace-source . The default configuration assumes Unix paths. You need to edit several files. 6.1 Create the DSpace installation directory DSpace will be installed to a separate folder (not the source), e.g., C:\dspace . cd C:\dspace-source mvn package cd dspace\target\dspace-7