Installing Dspace 6.3 in Ubuntu 18.04.1 LTS: (Save and Close The File)
Installing Dspace 6.3 in Ubuntu 18.04.1 LTS: (Save and Close The File)
Installing Dspace 6.3 in Ubuntu 18.04.1 LTS: (Save and Close The File)
1 LTS
exit
# Restart PostgreSQL :
sudo /etc/init.d/postgresql restart
# Create DSpace user
sudo useradd -m dspace
sudo passwd dspace
[enter password as dspace ]
exit
cd /build
wget https://github.com/DSpace/DSpace/releases/download/dspace-6.3/dspace-6.3-src-release.tar.gz
cd /build/dspace-6.3-src-release
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
<executions><execution>
<phase>validate</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
</plugin>
-->
#Save and exit
mvn -U package
# Restart Tomcat
sudo /etc/init.d/tomcat8 restart