Difference between revisions of "SUNScholar/Install DSpace/S02"
Jump to navigation
Jump to search
m |
|||
| (18 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
</center> | </center> | ||
| − | ==Step 2. | + | ==Step 2. Get DSpace== |
| + | The current stable version of DSpace is: 6.3 | ||
| + | |||
Type the following: | Type the following: | ||
cd | cd | ||
| − | wget https://github.com/DSpace/DSpace/ | + | ===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 | ||
===<font color="red">'''PLEASE NOTE:'''</font>=== | ===<font color="red">'''PLEASE NOTE:'''</font>=== | ||
| − | |||
*[[SUNScholar/Upgrading/Repository_Software|Click here]] to check the release notes before continuing.''' | *[[SUNScholar/Upgrading/Repository_Software|Click here]] to check the release notes before continuing.''' | ||
*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 | |
| + | *If using github directly, see: http://www.unixmen.com/use-git-commands-linux-terminal and http://itsfoss.com/basic-git-commands-cheat-sheet | ||
<center> | <center> | ||
'''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]''' | '''[[SUNScholar/Install DSpace/S01|PREVIOUS - STEP 1]]''' | ||
</center> | </center> | ||
| + | |||
| + | [[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:
- Click here to check the release notes before continuing.
- 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
PREVIOUS - STEP 1