diff options
author | zsloan | 2018-10-15 12:23:29 -0500 |
---|---|---|
committer | GitHub | 2018-10-15 12:23:29 -0500 |
commit | 6a41599b218263bbe27726d1dbd0a3f4d2cf7ee6 (patch) | |
tree | a00d1ef0e5d7d5ce74beed91d5660c7faec9b793 | |
parent | 261ba5e41408d212cc3c33df658b6be2431f68ad (diff) | |
download | genenetwork2-6a41599b218263bbe27726d1dbd0a3f4d2cf7ee6.tar.gz |
Updated instructions for running elasticsearch
Since I know I'll forget otherwise, updated instructions on starting up ES
-rw-r--r-- | doc/README.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.org b/doc/README.org index cc141098..100a76ca 100644 --- a/doc/README.org +++ b/doc/README.org @@ -259,9 +259,10 @@ if that works run genenetwork after setting SQL_URI to something like * Running ElasticSearch -In order to start up elasticsearch, change user to "elasticsearch" and use the following command: +In order to start up elasticsearch: +Penguin - change user to "elasticsearch" and use the following command: "env JAVA_HOME=/opt/jdk-9.0.4 /opt/elasticsearch-6.2.1/bin/elasticsearch" -: env JAVA_HOME=/opt/jdk-9.0.4 /opt/elasticsearch-6.2.1/bin/elasticsearch +New server - "systemctl restart elasticsearch" * Read more |