Difference between revisions of "SUNScholar/Install DSpace/S06/3.X"
Jump to navigation
Jump to search
m |
m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
Change directory to the install directory by typing as follows: | Change directory to the install directory by typing as follows: | ||
| − | cd $HOME/{{Source}}/dspace/target/dspace-3. | + | cd $HOME/{{Source}}/dspace/target/dspace-3.X-build |
| − | Replace the "X" with the version of DSpace to install. | + | ''Replace the "X" with the version of DSpace to install.'' |
Type the following in the above named directory: | Type the following in the above named directory: | ||
ant fresh_install | ant fresh_install | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<font color="red">'''Please Note:'''</font> | <font color="red">'''Please Note:'''</font> | ||
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