diff options
author | zsloan | 2018-08-23 11:06:46 -0500 |
---|---|---|
committer | GitHub | 2018-08-23 11:06:46 -0500 |
commit | ec45dcbd4b61d51eff27e67d437bcdfad126580f (patch) | |
tree | 8a677d68923e99987135b34e95580040a3213eb2 /doc | |
parent | ee8e1eacd88399609f530a33e2d91cf7895da5b0 (diff) | |
download | genenetwork2-ec45dcbd4b61d51eff27e67d437bcdfad126580f.tar.gz |
Added "change user to elasticsearch"
Added "change user to elasticsearch" to the description of how to start elasticsearch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.org b/doc/README.org index f290480d..cc141098 100644 --- a/doc/README.org +++ b/doc/README.org @@ -259,7 +259,7 @@ if that works run genenetwork after setting SQL_URI to something like * Running ElasticSearch -In order to start up elasticsearch, use the following command: +In order to start up elasticsearch, change user to "elasticsearch" and use the following command: : env JAVA_HOME=/opt/jdk-9.0.4 /opt/elasticsearch-6.2.1/bin/elasticsearch |