Difference between revisions of "SUNScholar/Install DSpace/S03"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | <center> | ||
| + | '''[[SUNScholar/Install Dspace|Install DSpace - Index]]''' | ||
| + | </center> | ||
| + | |||
==Step 3. Unpack DSpace== | ==Step 3. Unpack DSpace== | ||
Type the following to extract the source code. | Type the following to extract the source code. | ||
Revision as of 11:52, 8 August 2012
Install DSpace - Index
Step 3. Unpack DSpace
Type the following to extract the source code.
tar -xzvf /home/dspace/dspace-1.7.2-src-release.tar.gz
Give user "tomcat6" full read and write permissions to the dspace user home folders.
sudo chown dspace.tomcat6 -R /home/dspace
sudo chmod 0777 -R /home/dspace
PREVIOUS
NEXT