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

From Libopedia
Jump to navigation Jump to search
 
(67 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<center>
 
<center>
  '''[[SUNScholar/Install DSpace/S03|STEP 3]]'''
+
  '''[[SUNScholar/Install DSpace/S03|NEXT - STEP 3]]'''
 
</center>
 
</center>
  
==Step 2. Get [http://sourceforge.net/projects/dspace/files/DSpace%20Stable/ DSpace]==
+
==Step 2. Get DSpace==
;<u>Please Note:</u>
+
The current stable version of DSpace is: 6.3
<font color="red">'''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.'''
+
Type the following:
 +
cd
  
'''We let those with expert programming resources fix bugs in the latest version while we enjoy the stable benefits of the previous version.'''</font>
+
===For DSpace 6.X===
 +
wget https://github.com/DSpace/DSpace/releases/download/dspace-6.3/dspace-6.3-src-release.tar.gz
  
The DSpace source code can be downloaded from the followung websites;
+
===For DSpace 5.X===
*http://sourceforge.net/projects/dspace/files/DSpace%20Stable
+
wget https://github.com/DSpace/DSpace/releases/download/dspace-5.10/dspace-5.10-src-release.tar.gz
*https://github.com/DSpace/DSpace
 
*https://svn.duraspace.org/dspace/dspace/tags
 
  
Upload the code to the dspace user home folder using WinSCP or Filezilla.
+
===For DSpace 4.X===
 
+
wget https://github.com/DSpace/DSpace/releases/download/dspace-4.9/dspace-4.9-src-release.tar.gz
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..  
+
===<font color="red">'''PLEASE NOTE:'''</font>===
{{VERSION}}
+
*[[SUNScholar/Upgrading/Repository_Software|Click here]] to check the release notes before continuing.'''
wget http://web.lib.sun.ac.za/dspace/dspace-3.2-src-release.tar.gz
+
*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
 +
*If using github directly, see: http://www.unixmen.com/use-git-commands-linux-terminal and http://itsfoss.com/basic-git-commands-cheat-sheet
 +
<center>
 +
'''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]'''
 +
</center>
  
wget http://web.lib.sun.ac.za/dspace/dspace-1.8.2-src-release.tar.gz
+
[[Category:Installation]]
 +
__NOTOC__

Latest revision as of 14:20, 30 October 2019

NEXT - STEP 3

Step 2. Get DSpace

The current stable version of DSpace is: 6.3

Type the following:

cd

For DSpace 6.X

wget https://github.com/DSpace/DSpace/releases/download/dspace-6.3/dspace-6.3-src-release.tar.gz

For DSpace 5.X

wget https://github.com/DSpace/DSpace/releases/download/dspace-5.10/dspace-5.10-src-release.tar.gz

For DSpace 4.X

wget https://github.com/DSpace/DSpace/releases/download/dspace-4.9/dspace-4.9-src-release.tar.gz

PLEASE NOTE:

PREVIOUS - STEP 1