Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Environment

bramfoo edited this page Oct 15, 2014 · 1 revision
## Required software The following software is required to successfully set up the portal application:

Runtime

  • Java version "1.7.0_55", OpenJDK Runtime Environment (IcedTea 2.4.7)

or

  • Java version "1.7.0_67", Oracle Java(TM) SE Runtime Environment (build 1.7.0_67-b01)

Tools

  • Maven (v2.2.1)
  • Git (v1.9.1)

Database

  • Postgres (v9.3)
  • Mongo (v2.4.9)

Web

  • Tomcat 6
  • Apache2 webserver (Optional)

The above dependencies can be installed automatically in Ubuntu 14.04 by running the following command:

sudo apt-get install apache2 git maven2 mongodb postgresql postgresql-contrib