This is an automated email from the ASF dual-hosted git repository.

mattmann 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 5058833  Updated Installation (markdown)
5058833 is described below

commit 5058833cfcb36236e2ed677c08e3aa41e43ecd69
Author: Chris Mattmann <[email protected]>
AuthorDate: Sat Aug 4 21:56:53 2018 -0700

    Updated Installation (markdown)
---
 Installation.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Installation.md b/Installation.md
index 4db0c6e..7e42670 100644
--- a/Installation.md
+++ b/Installation.md
@@ -39,6 +39,7 @@ The following useful environment variables are set by RADIX 
but can be overwritt
 on a per DRAT install basis. Here's the default config, feel free to 
change/override
 in your own environment.
 
+### csh/tcsh
 ```
 setenv DRAT_HOME ~/drat/deploy
 setenv GANGLIA_URL http://zipper.jpl.nasa.gov/ganglia/
@@ -53,7 +54,8 @@ setenv PCS_HOME $DRAT_HOME/pcs
 setenv FMPROD_HOME $DRAT_HOME/tomcat/webapps/fmprod/WEB-INF/classes/
 setenv SOLR_DRAT_URL http://localhost:8080/solr/drat
 ```
-Mac/Linux:
+
+### bash
 ```
 export JAVA_HOME=<path to jvm>
 export DRAT_HOME=$HOME/drat/deploy

Reply via email to