Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo apt-get install openjdk-7-jdk
cd DSpace
sudo mvn package (this step takes a long time)
cd dspace/target/dspace-4.3-SNAPSHOT-build.dirinstaller
sudo ant fresh_install

Fix Tomcat permissions, and restart the Tomcat server

...