Wednesday, December 10, 2014

DSpace 4.1.2 Setup Installer ON Windows XP/7/8/Vista


Tested on 32bit_86 Windows 7 
1Java 1.6Download
2Apache Ant 1.8.3Download (* Restart your system after Ant is installed)
3Postgresql-9.3.5-1Download (password is postgres)
4
DSpace 4.1.2
Downlaod
5Compile DSpaceDownload and RUN
6Create Admin AccountDownload and RUN
7Apache Tomcat - DSpaceInstall (Don't Close command Window and Java symbol)
8Start ApacheInstall and RUN
0
Run DSpace (XMLUI)
http://localhost:8080/xmlui

Create Superuser in Mysql

Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...