Versions Compared

Key

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

...

Software NameMinimum VersionNotes
Ubuntu (Server)

14.04 LTS (Trusty Tahr)

 
Oracle Java 8 JDK + JRE1.8.0Install instructions detailed below.
Git CLI1.9.1Install instructions detailed below.
Apache Maven3.01Install instructions detailed below.
Apache Tomcat7.0Install instructions detailed below.

...

Git CLI

Run the following:

Code Block
languagebash
sudo apt-get install git

Apache Maven

Run the following:

Info

On 14.04 LTS, the default version of Maven that is installed is 3.0.5 if the following command

Code Block
languagebash
sudo apt-get install maven

is run.

Even though the Cancer Report Validator project can run with Maven version 3.0.5, the codevalidator project it depends on requires the use of Maven version 3.1 or greater. Thus, on 14.04 LTS, a Maven version that is 3.1 or greater must be manually configured.

Instructions for how to install Maven manually can be found here and archived versions of Maven 3 can be downloaded here.

Apache Tomcat

Run the following:

Code Block
languagebash
sudo apt-get install tomcat7 tomcat7-admin