Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

DSpace Deployment on Amazon EC2

After signing up and generating the SSH/PuTTy key, connect to the instance.

For details on how to connect see http://docs.amazonwebservices.com/AWSEC2/2011-05-15/GettingStartedGuide/

After successful connection, execute the following commands :

sudo yum update
sudo yum install tomcat6 postgresql postgresql-server svn
mkdir archive
cd archive/
wget http://apache.osuosl.org//maven/binaries/apache-maven-3.0.3-bin.zip
unzip apache-maven-3.0.3-bin.zip -d ../
wget http://mirrors.axint.net/apache//ant/binaries/apache-ant-1.8.2-bin.zip
unzip apache-ant-1.8.2-bin.zip -d ../

createuser -a ec2-user -U postgres
createdb dspace

Rest installation procedure is usual one given in DSpace Manual