This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
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. You should also set the variables below, but they aren't mandatory. Then, you can build DRAT in a few steps, substituting ~/drat/
with your preferred install directory:
mkdir -p ~/drat/deploy
mkdir -p ~/drat/src
cd ~/drat/src
git clone https://github.com/chrismattmann/drat.git .
mvn install
tar -C ../deploy/ -xvzf distribution/target/dms-distribution-0.1-bin.tar.gz
The following useful environment variables are set by RADIX but can be overwritten on a per DRAT install basis. Here's the default config, feel free to change/override in your own environment.
setenv DRAT_HOME ~/drat/deploy
setenv GANGLIA_URL http://zipper.jpl.nasa.gov/ganglia/
setenv FILEMGR_URL http://localhost:9000
setenv WORKFLOW_URL http://localhost:9001
setenv RESMGR_URL http://localhost:9002
setenv WORKFLOW_HOME $DRAT_HOME/workflow
setenv FILEMGR_HOME $DRAT_HOME/filemgr
setenv PGE_ROOT $DRAT_HOME/pge
setenv PCS_HOME $DRAT_HOME/pcs