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

From Libopedia
Jump to navigation Jump to search
Line 18: Line 18:
  
 
To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code, the following "symbolic link" is created by typing the following:
 
To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code, the following "symbolic link" is created by typing the following:
;For DSpace version 1.8.2
+
;For DSpace version 3.2
 
  cd /home/dspace
 
  cd /home/dspace
  
  ln -s dspace-1.8.2-src-release source
+
  ln -s dspace-3.2-src-release source
  
;For DSpace version 3.2
+
;For DSpace version 1.8.2
 
  cd /home/dspace
 
  cd /home/dspace
  
  ln -s dspace-3.2-src-release source
+
  ln -s dspace-1.8.2-src-release source
  
 
This creates the '''/home/dspace/source''' path which will then be used for all of the following documentation to refer to the source code.
 
This creates the '''/home/dspace/source''' path which will then be used for all of the following documentation to refer to the source code.

Revision as of 10:37, 9 December 2013

Template:SUNScholar

Step 2. Get DSpace

Please Note:

Stellenbosch University Library stays one major version behind the current DSpace version because we do not have expert java programmers to fix bugs.

So we stay super stable by staying one version behind the latest version.

We let those with expert programming resources fix bugs in the latest version while we enjoy the stable benefits of the previous version.

Click here to download the DSpace source code. Upload it 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
wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz
wget http://web.lib.sun.ac.za/dspace/dspace-1.8.2-src-release.tar.gz

To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code, the following "symbolic link" is created by typing the following:

For DSpace version 3.2
cd /home/dspace
ln -s dspace-3.2-src-release source
For DSpace version 1.8.2
cd /home/dspace
ln -s dspace-1.8.2-src-release source

This creates the /home/dspace/source path which will then be used for all of the following documentation to refer to the source code.

PREVIOUS
NEXT