Difference between revisions of "SUNScholar/Prepare Ubuntu"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
Before DSpace can be installed and setup we have to prepare the server with the software needed by DSpace. | Before DSpace can be installed and setup we have to prepare the server with the software needed by DSpace. | ||
| − | |||
| − | |||
*''Print this page and manually tick off the steps as you complete them.'' | *''Print this page and manually tick off the steps as you complete them.'' | ||
==Requirements== | ==Requirements== | ||
Revision as of 15:23, 7 August 2012
Introduction
Before DSpace can be installed and setup we have to prepare the server with the software needed by DSpace.
- Print this page and manually tick off the steps as you complete them.
Requirements
- It is essential that you have first completed the installation of Ubuntu. If you have not, please do so now.
Step 1. Login to the remote server
Step 2. Become the "root" user
Step 3. Install Java Software Dependencies
Step 4. Setup Maven Java Installer
Step 5. Setup Tomcat Java Webapp Server
Step 6. Install PostgreSQL
Step 7. Setup the Postfix mail server
Step 8. Setup the environment variables
Step 9. Check the installation
Next Procedure
Congratulations, you now have a very high performance java with postgresql, webapp server. The next step is to install and setup DSpace.
- If everything is OK, then proceed to the installation of DSpace itself.
Back to DSpace