Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added instructions for installing Git CLI.

...

Software NameMinimum VersionNotes
Ubuntu (Server)

12.04 LTS (Precise Pangolin)

Tested more extensively on 13.10 (Saucy Salamander) and 14.04 (Trusty Tahr).
Oracle Java 7 JDK + JRE1.7.0Install instructions detailed below.
Git CLI1.9.1Install instructions detailed below.
Mercurial CLI2.6Install instructions detailed below.
Apache Maven3.0Install instructions detailed below.
Apache Tomcat7.0Install instructions detailed below.

...

Code Block
languagebash
wget --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jce/7/UnlimitedJCEPolicyJDK7.zip 
sudo apt-get install unzip (if not already installed)
unzip UnlimitedJCEPolicyJDK7.zip
sudo cp UnlimitedJCEPolicy/local_policy.jar $JAVA_HOME/jre/lib/security
sudo cp UnlimitedJCEPolicy/US_export_policy.jar $JAVA_HOME/jre/lib/security

Git CLI

Run the following:

Code Block
languagebash
sudo apt-get install git

Mercurial CLI

Run the following:

...