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

From Libopedia
Jump to navigation Jump to search
m
m
Line 18: Line 18:
 
For convenience you may download from our library linux web server by typing the following when logged in as the dspace user on the server..  
 
For convenience you may download from our library linux web server by typing the following when logged in as the dspace user on the server..  
 
{{VERSION}}
 
{{VERSION}}
 +
;For DSpace version 4.2
 
  wget http://web.lib.sun.ac.za/dspace/dspace-4.2-src-release.tar.gz
 
  wget http://web.lib.sun.ac.za/dspace/dspace-4.2-src-release.tar.gz
 
+
;For DSpace version 3.2
 
  wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz
 
  wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz
 
+
;For DSpace version 1.8.2
 
  wget http://web.lib.sun.ac.za/dspace/dspace-1.8.2-src-release.tar.gz
 
  wget http://web.lib.sun.ac.za/dspace/dspace-1.8.2-src-release.tar.gz
  
 
;References
 
;References
 
*https://wiki.duraspace.org/display/DSPACE/DSpace+Product+Plan
 
*https://wiki.duraspace.org/display/DSPACE/DSpace+Product+Plan

Revision as of 09:41, 18 August 2014

STEP 3

Step 2. Get DSpace

Please Note:
  • Click here to check the release notes before continuing.

The DSpace source code can be downloaded from the following websites;

Upload the code to the dspace user home folder using WinSCP or Filezilla.

For convenience you may download from our library linux web server by typing the following when logged in as the dspace user on the server..

Note: Select the DSpace version you are going to use
For DSpace version 4.2
wget http://web.lib.sun.ac.za/dspace/dspace-4.2-src-release.tar.gz
For DSpace version 3.2
wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz
For DSpace version 1.8.2
wget http://web.lib.sun.ac.za/dspace/dspace-1.8.2-src-release.tar.gz
References