Difference between revisions of "SUNScholar/Install DSpace/S06/3.X"
Jump to navigation
Jump to search
(Created page with " Change directory to the build directory by typing as follows: cd $HOME/<u>source</u>/dspace/target/dspace-3.2-build Type the...") |
m |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <center> | ||
| + | '''[[SUNScholar/Install DSpace/S06|BACK TO STEP 6]]''' | ||
| + | </center> | ||
| + | Change directory to the install directory by typing as follows: | ||
| − | + | cd $HOME/{{Source}}/dspace/target/dspace-3.X-build | |
| − | + | ''Replace the "X" with the version of DSpace to install.'' | |
| − | |||
| − | |||
| − | cd $HOME/ | ||
Type the following in the above named directory: | Type the following in the above named directory: | ||
| Line 11: | Line 12: | ||
ant fresh_install | ant fresh_install | ||
| − | + | <font color="red">'''Please Note:'''</font> | |
| − | < | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | </ | ||
| − | |||
| − | |||
*If you change anything later then [[SUNScholar/Rebuild_DSpace|rebuild your DSpace]]. | *If you change anything later then [[SUNScholar/Rebuild_DSpace|rebuild your DSpace]]. | ||
*Do not run "ant fresh_install" again, this is only done once during installation. | *Do not run "ant fresh_install" again, this is only done once during installation. | ||
| + | *If this is an upgrade, then type: ant update | ||
| + | [[Category:Installation]] | ||
Latest revision as of 12:43, 22 June 2016
BACK TO STEP 6
Change directory to the install directory by typing as follows:
cd $HOME/source/dspace/target/dspace-3.X-build
Replace the "X" with the version of DSpace to install.
Type the following in the above named directory:
ant fresh_install
Please Note:
- If you change anything later then rebuild your DSpace.
- Do not run "ant fresh_install" again, this is only done once during installation.
- If this is an upgrade, then type: ant update