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 11e1cfb - SOLR_DRAT_URL and DRAT_EXCLUDE
11e1cfb is described below
commit 11e1cfb296583970e0fd8872be0f32121b2ac93f
Author: Chris Mattmann <[email protected]>
AuthorDate: Sun Aug 12 20:30:21 2018 -0700
- SOLR_DRAT_URL and DRAT_EXCLUDE
---
Installation.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Installation.md b/Installation.md
index 7e42670..1b09453 100644
--- a/Installation.md
+++ b/Installation.md
@@ -53,6 +53,7 @@ setenv PGE_ROOT $DRAT_HOME/pge
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
+setenv DRAT_EXCLUDE ""
```
### bash
@@ -70,6 +71,7 @@ export PCS_HOME=$DRAT_HOME/pcs
export FMPROD_HOME=$DRAT_HOME/tomcat/webapps/fmprod/WEB-INF/classes/
export PATH=$JAVA_HOME/bin:$PATH
export SOLR_DRAT_URL=http://localhost:8080/solr/drat
+export DRAT_EXCLUDE=""
##### Copy and Paste this Block into the .bashrc of your deployment user
account ##########