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

From Libopedia
Jump to navigation Jump to search
 
(104 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<center>
 
<center>
  '''[[SUNScholar/Install Dspace|Install DSpace - Index]]'''
+
  '''[[SUNScholar/Install DSpace/S03|NEXT - STEP 3]]'''
 
</center>
 
</center>
  
==Step 2. Get [http://sourceforge.net/projects/dspace/files/DSpace%20Stable/ DSpace]  version 1.7.2==
+
==Step 2. Get DSpace==
===Step 2.1===
+
The current stable version of DSpace is: 6.3
Create the dspace user account, if it was not created during installation
 
sudo adduser dspace
 
Fill in the details as required and supply a user password. '''Do not forget the password!'''
 
  
Add the dspace user to the Ubuntu admin groups
+
Type the following:
  adduser dspace adm
+
  cd
  
  adduser dspace admin
+
===For DSpace 6.X===
Now we change to becoming the dspace user for the rest of the installation
+
  wget https://github.com/DSpace/DSpace/releases/download/dspace-6.3/dspace-6.3-src-release.tar.gz
su -l dspace
 
Supply the dspace user password
 
  
===Step 2.2===
+
===For DSpace 5.X===
[http://sourceforge.net/projects/dspace/files/DSpace%20Stable/ Click here] to download the DSpace source code to the dspace home folder.
+
wget https://github.com/DSpace/DSpace/releases/download/dspace-5.10/dspace-5.10-src-release.tar.gz
  
You can also copy the source code to a USB stick from another computer connected to internet. Then attach the USB stick to your server. The server normally mounts the USB stick to the '''/media''' folder. Check for the source code there. Copy the source code to dspace user home folder.
+
===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.  
+
===<font color="red">'''PLEASE NOTE:'''</font>===
 
+
*[[SUNScholar/Upgrading/Repository_Software|Click here]] to check the release notes before continuing.'''
  wget http://web.lib.sun.ac.za/dspace/dspace-1.7.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
;Please note
+
*If using github directly, see: http://www.unixmen.com/use-git-commands-linux-terminal and http://itsfoss.com/basic-git-commands-cheat-sheet
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 with the version just before the latest.
+
<center>
 
+
  '''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]'''
  '''[[SUNScholar/Install Dspace/S01|PREVIOUS]]'''
+
</center>
  
'''[[SUNScholar/Install Dspace/S03|NEXT]]'''
+
[[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