This is an automated email from the ASF dual-hosted git repository.
unknown pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new a6137f6 Updated Installation (markdown)
a6137f6 is described below
commit a6137f6aed29ae5cbb5729e43be5b19be11347cf
Author: Tom Barber <[email protected]>
AuthorDate: Wed Jul 11 13:37:55 2018 +0100
Updated Installation (markdown)
---
Installation.md | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/Installation.md b/Installation.md
index dac2483..e543a73 100644
--- a/Installation.md
+++ b/Installation.md
@@ -52,4 +52,17 @@ setenv PGE_ROOT $DRAT_HOME/pge
setenv PCS_HOME $DRAT_HOME/pcs
setenv FMPROD_HOME $DRAT_HOME/tomcat/webapps/fmprod/WEB-INF/classes/
```
-
+Mac/Linux:
+```
+export DRAT_HOME=~/drat/deploy
+export GANGLIA_URL=http://zipper.jpl.nasa.gov/ganglia/
+export FILEMGR_URL=http://localhost:9000
+export WORKFLOW_URL=http://localhost:9001
+export RESMGR_URL=http://localhost:9002
+export SOLR_DRAT_URL=http://localhost:8080/solr/drat
+export WORKFLOW_HOME=$DRAT_HOME/workflow
+export FILEMGR_HOME=$DRAT_HOME/filemgr
+export PGE_ROOT=$DRAT_HOME/pge
+export PCS_HOME=$DRAT_HOME/pcs
+export FMPROD_HOME=$DRAT_HOME/tomcat/webapps/fmprod/WEB-INF/classes/
+```