Posts

Showing posts with the label How to Install DSpace on Windows

How to Install DSpace on Windows | Code Factory

Download DSpace :  Download. How to Configure DSpace in Windows Using CMD : Step 1 : Download DSpace from the above link. Step 2 : First download these softwares and install on your machine.      1) apache-ant-x.x.x-bin      2) apache-maven-x.x.x      3) Java and Tomcat      4) PostgreSQL Step 3 : Login in PGadmin and create user : dspace and password : dspace with full role. Step 4 : Create database with name dspace with dspace user role. Step 5 : Go to location <dspace> -> dspace -> config and then copy file local.cfg.EXAMPLE and paste at same location and rename it with local.cfg Step 6 : Now remove all blank lines from the local.cfg and dspace.cfg Step 7 : Create a extension in postgre in dspace database. CREATE EXTENSION pgcrypto; commit; Step 8 : CMD : <dspace> -> dspace -> mvn package Step 9 : CMD : <dspa...