Versions Compared

Key

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

...

Info

make sure all your dependencies are in order, and you're running maven 3.x. (Check this version with mvn -v). If not, run these commands:

 
sudo apt-get install maven
sudo apt-get remove maven2

Now run these:

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.dir
sudo ant fresh_install

...