Difference between revisions of "SUNScholar/Install DSpace/S03"
Jump to navigation
Jump to search
m |
m (Text replacement - "/home/dspace" to "$HOME") |
||
| Line 9: | Line 9: | ||
{{VERSION-DSPACE}} | {{VERSION-DSPACE}} | ||
| − | tar -xzvf | + | tar -xzvf $HOME/dspace-XXX-src-release.tar.gz |
===Step 3.2=== | ===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. | 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 ''' | + | This creates the '''$HOME/<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. | ||
| Line 22: | Line 22: | ||
{{VERSION-DSPACE}} | {{VERSION-DSPACE}} | ||
| − | cd | + | cd $HOME |
ln -s dspace-XXX-src-release source | ln -s dspace-XXX-src-release source | ||
Revision as of 09:43, 23 January 2015
NEXT - STEP 4
Step 3. Unpack DSpace
Step 3.1
Type the following to extract the source code.
Replace all instances of XXX with the DSpace version number selected for installation.
tar -xzvf $HOME/dspace-XXX-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/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 the following:
Replace all instances of XXX with the DSpace version number selected for installation.
cd $HOME
ln -s dspace-XXX-src-release source