aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzsloan2018-08-10 15:52:55 -0500
committerGitHub2018-08-10 15:52:55 -0500
commit6b49398fab75304146d76d5fe58ff558ed2b75f6 (patch)
tree3cff0840fc2389014104c61f95b3a01de0e8b498 /doc
parent6f7732f06ab01bbb67443cc6270671fc1cd76860 (diff)
downloadgenenetwork2-6b49398fab75304146d76d5fe58ff558ed2b75f6.tar.gz
Added the command needed to start up elasticsearch
I added the command to start elasticsearch, since I've had to look it up/ask Pjotr about it a couple times now.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.org b/doc/README.org
index 937a9549..f290480d 100644
--- a/doc/README.org
+++ b/doc/README.org
@@ -257,6 +257,12 @@ if that works run genenetwork after setting SQL_URI to something like
: export SQL_URI=mysql://gn2:mysql_password@127.0.0.1/db_webqtl_s
+* Running ElasticSearch
+
+In order to start up elasticsearch, use the following command:
+
+: env JAVA_HOME=/opt/jdk-9.0.4 /opt/elasticsearch-6.2.1/bin/elasticsearch
+
* Read more
If you want to understand the architecture of GN2 read