You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tucotuco edited this page Oct 3, 2014
·
1 revision
Developing
Java JDK (1.7.0_67)
EC2 API Tools (1.7.1.1)
gsutil
Git
Gulo runs on the Java 1.7 or later. To develop, you will need to download and install the latest Java SDK and add it to your PATH. Development has been tested with Java JDK 1.7.0_67.
Mac OSX
For example, to develop on Mac OSX, Install JDK from the dmg and pkg therein.
set JAVA_HOME in~/.bash_profile
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home"
We generally run the harvesting workflow on an Ubuntu instance on EC2. Download and install the latest EC2 API tools (tested with version 1.7.1.1.) from http://aws.amazon.com/developertools/351.
For example, on Mac OSX, unzip the contents into ~/dev.