Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated instructions to dspace 1.7.2 and Ubuntu 11.04

...

Code Block
wget http://sourceforge.net/projects/dspace/files/DSpace%20Stable/1.7.02/dspace-1.7.02-src-release.tar.bz2
tar -xvjf dspace-1.7.02-src-release.tar.bz2

Compile and Build DSpace

...

Info

Wiki Markup
 ant fresh_install will populate the dspace database and \[dspace\] directory with new information. This will overwrite any existing installation of DSpace that you may have.
For upgrades the better command to use would be ant update, as it doesn't alter the database or modify your assetstore.

Code Block
cd dspace-1.7.02-src-release
mvn -U package
cd dspace/target/dspace-1.7.02-build.dir
sudo ant fresh_install

...

The Sun Java is available in the partners repository which makes for an easy installation. From the GUI this can be changed by going to Software Sources. Change "natty" to the name of the Ubuntu version you're using (if you aren't using Ubuntu 11.04)

Code Block
sudo vi /etc/apt/sources.list
# Uncomment the line: deb http://archive.canonical.com/ubuntu mavericknatty partner
sudo apt-get update

...