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

From Libopedia
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  sudo chmod 0777 -R /home/dspace
 
  sudo chmod 0777 -R /home/dspace
 
  
 
  '''[[SUNScholar/Install Dspace/S04|Proceed to the next step]]'''
 
  '''[[SUNScholar/Install Dspace/S04|Proceed to the next step]]'''

Revision as of 11:15, 3 August 2012

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 folder.

sudo chown dspace.tomcat6 -R /home/dspace
sudo chmod 0777 -R /home/dspace
Proceed to the next step