Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The server is currently running on DuraSpace's Amazon EC2 account with the following configurations:
    • Amazon AMI (EBS Image)
    • Ubuntu Linux 12.04 LTS server (64-bit)
    • Separate EBS volume mounted at /home/dspace
  • All DSpace requirements/software is installed in the 'dspace' user's home directory (/home/dspace):
    • Java: /usr/lib/jvm/java-1.7.0-openjdk-amd64 (NOTE: We also have Oracle Java 7 installed at /usr/lib/jvm/java-7-oracle but it is not used by default)
    • Ant: ~/ant (installed manually)
    • Maven: ~/maven (installed manually)
    • PostgreSQL: ~/pgsql (compiled from source)
    • Tomcat: ~/tomcat (installed manually)
    • DSpace Source: ~/dspace-src
    • DSpace Install: ~/dspace

Website / Splash page

  • Tomcat is configured to run on port 80
    • It is using 'jsvc' to start as 'root' and then switch to being owned by 'dspace'
    • Tomcat's startup settings are all located in ~dspace/.profile
  • DSpace Webapps are run from ~/dspace/webapps/ (configured in Tomcat's server.xml)
  • The main "splash" page (http://demo.dspace.org) is generated by Tomcat and is located at:
    ~/tomcat/webapps/ROOT/index.html

...