Installing Dspace 5.x in Ubuntu 14.04
Installing Dspace 5.x in Ubuntu 14.04
Installing Dspace 5.x in Ubuntu 14.04
04
sudo su postgres
createuser -U postgres -d -A -P dspace
Type exit
Restart PostgreSQL :
Configure Tomcat
[If the following command not open, check the tomcat version number and apply in the command]
<!-- Define a new context path for all DSpace web apps -->
<Context path="/xmlui" docBase="/dspace/webapps/xmlui" allowLinking="true"/>
<Context path="/sword" docBase="/dspace/webapps/sword" allowLinking="true"/>
<Context path="/oai" docBase="/dspace/webapps/oai" allowLinking="true"/>
<Context path="/jspui" docBase="/dspace/webapps/jspui" allowLinking="true"/>
<Context path="/solr" docBase="/dspace/webapps/solr" allowLinking="true"/>
wget https://github.com/DSpace/DSpace/releases/download/dspace-5.5/dspace-5.5-src-release.tar.gz
cd /build/dspace-5.5-src-release
mvn -U package
cd dspace/target/dspace-installer
Restart Tomcat