Difference between revisions of "SUNScholar/Install DSpace/S04/3.X"

From Libopedia
Jump to navigation Jump to search
Line 1: Line 1:
Type the following to edit the DSpace (dspace.cfg) config file:
+
With the release of DSpace 3.2 came a new way of configuring DSpace. The old "dspace.cfg" file has been superseded by a "build.properties" file.
  
  nano /home/dspace/dspace-3.2-src-release/dspace/config/dspace.cfg
+
To edit the "build.properties" file, type the following:
 +
  nano /home/dspace/dspace-3.2-src-release/build.properties
  
 
  '''[[SUNScholar/Install_DSpace/S04|Back to Step 4]]'''
 
  '''[[SUNScholar/Install_DSpace/S04|Back to Step 4]]'''

Revision as of 14:03, 5 December 2013

With the release of DSpace 3.2 came a new way of configuring DSpace. The old "dspace.cfg" file has been superseded by a "build.properties" file.

To edit the "build.properties" file, type the following:

nano /home/dspace/dspace-3.2-src-release/build.properties
Back to Step 4