Difference between revisions of "SUNScholar/Install DSpace/S05"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
When complete you will get a message at the end like this: | When complete you will get a message at the end like this: | ||
<pre> | <pre> | ||
| + | [INFO] ------------------------------------------------------------------------ | ||
[INFO] ------------------------------------------------------------------------ | [INFO] ------------------------------------------------------------------------ | ||
[INFO] BUILD SUCCESSFUL | [INFO] BUILD SUCCESSFUL | ||
| + | [INFO] ------------------------------------------------------------------------ | ||
| + | [INFO] Total time: 5 minutes 15 seconds | ||
| + | [INFO] Finished at: Fri Aug 03 13:45:02 SAST 2012 | ||
| + | [INFO] Final Memory: 95M/273M | ||
| + | [INFO] ------------------------------------------------------------------------ | ||
</pre> | </pre> | ||
'''[[SUNScholar/Install Dspace/S06|Proceed to the next step]]''' | '''[[SUNScholar/Install Dspace/S06|Proceed to the next step]]''' | ||
Revision as of 13:45, 3 August 2012
Step 5. Maven packages installation
Change to the source folder as follows:
cd /home/dspace/dspace-1.7.2-src-release
Type the following to download the maven2 packages. Ensure you have an open connection to the internet first.
mvn -U package
A lot of stuff will be downloaded and scroll on the screen.
If nothing downloads, check your maven config file and ask for an open connection to the internet for your server from your IT department.
If the downloads start, then go make a cup of coffee and check your emails... this takes quite a while with slow internet connections !!
When complete you will get a message at the end like this:
[INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 minutes 15 seconds [INFO] Finished at: Fri Aug 03 13:45:02 SAST 2012 [INFO] Final Memory: 95M/273M [INFO] ------------------------------------------------------------------------
Proceed to the next step