Difference between revisions of "SUNScholar/Install DSpace/S04/3.X"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
To edit the "build.properties" file, type the following: | To edit the "build.properties" file, type the following: | ||
nano /home/dspace/dspace-3.2-src-release/build.properties | nano /home/dspace/dspace-3.2-src-release/build.properties | ||
| + | Replace all the places with a pair of percent signs (%something%), with the settings for your system. | ||
'''[[SUNScholar/Install_DSpace/S04|Back to Step 4]]''' | '''[[SUNScholar/Install_DSpace/S04|Back to Step 4]]''' | ||
Revision as of 14:04, 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
Replace all the places with a pair of percent signs (%something%), with the settings for your system.
Back to Step 4