Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Installation

Tyler Palsulich edited this page Aug 21, 2014 · 25 revisions

First, set the DRAT_HOME (e.g. ~/drat/deploy), JAVA_HOME (e.g. readlink -f /usr/bin/java | sed "s:bin/java::"), and GANGLIA_URL (e.g. http://zipper.jpl.nasa.gov/ganglia/) environment variables. Then, you can build DRAT in a few steps, substituting ~/drat/ with your preferred install directory:

  1. mkdir -p ~/drat/deploy
  2. mkdir -p ~/drat/src
  3. cd ~/drat/src
  4. git clone https://github.com/chrismattmann/drat.git .
  5. mvn install
  6. tar -C ../deploy/ -xvzf distribution/target/dms-distribution-0.1-bin.tar.gz
Clone this wiki locally