Difference between revisions of "SUNScholar/Install DSpace/S03"
Jump to navigation
Jump to search
m (Text replacement - "/home/dspace/source" to "/home/dspace/<u>source</u>") |
|||
| Line 16: | Line 16: | ||
To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code we create a shortcut or in the Unix world a "symbolic link" to point to the source folder of interest. | To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code we create a shortcut or in the Unix world a "symbolic link" to point to the source folder of interest. | ||
| − | 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/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>''' path which will then be used for all of the following documentation to refer to the source code. |
This is also the '''[dspace-source]''' folder referred to in the official DSpace documentation. | This is also the '''[dspace-source]''' folder referred to in the official DSpace documentation. | ||
Revision as of 22:35, 29 December 2013
Back to Index
Step 3. Unpack DSpace
Step 3.1
Type the following to extract the source code.
- Note: Select the DSpace version you are going to use
tar -xzvf /home/dspace/dspace-3.2-src-release.tar.gz
tar -xzvf /home/dspace/dspace-1.8.2-src-release.tar.gz
Step 3.2
To be able to simplify the wiki documentation when doing upgrades and to simply path references to the source code we create a shortcut or in the Unix world a "symbolic link" to point to the source folder of interest.
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 is also the [dspace-source] folder referred to in the official DSpace documentation.
To create the symbolic link type one of 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
References
PREVIOUS
NEXT