Difference between revisions of "SUNScholar/Install DSpace/S02"

From Libopedia
Jump to navigation Jump to search
Line 21: Line 21:
 
*Stellenbosch University Library has decided not to install the latest versions of DSpace when they are released because we do not employ a fulltime Java programmer, therefore we stay one version behind the latest version.
 
*Stellenbosch University Library has decided not to install the latest versions of DSpace when they are released because we do not employ a fulltime Java programmer, therefore we stay one version behind the latest version.
 
*Also see: http://wiki.lib.sun.ac.za/index.php/List_of_Repository_Software
 
*Also see: http://wiki.lib.sun.ac.za/index.php/List_of_Repository_Software
 +
*If using github directly, see: http://www.unixmen.com/use-git-commands-linux-terminal
 
<center>
 
<center>
 
  '''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]'''
 
  '''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]'''
 
</center>
 
</center>

Revision as of 17:54, 7 December 2015

NEXT - STEP 3

Step 2. Get DSpace

The current stable version of DSpace is: 5.3

Type the following:

cd

For DSpace 5.X

wget http://web.lib.sun.ac.za/dspace/dspace-5.4-src-release.tar.gz

For DSpace 4.X

wget http://web.lib.sun.ac.za/dspace/dspace-4.2-src-release.tar.gz

For DSpace 3.X

wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz

PLEASE NOTE:

PREVIOUS - STEP 1