diff options
author | Pjotr Prins | 2020-04-20 09:46:16 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-20 09:46:16 -0500 |
commit | e72862bdb307b016cb1c2269818edae5c9ddc150 (patch) | |
tree | 2b383381f4066c7b20804dd7995f09ffd2ecbbe1 /doc | |
parent | 6bdae3220dd52f136f9aeb7fe95bb40e5b0884bc (diff) | |
download | genenetwork2-e72862bdb307b016cb1c2269818edae5c9ddc150.tar.gz |
Remove Elastic
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.org | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/README.org b/doc/README.org index 03cba62a..4057cb79 100644 --- a/doc/README.org +++ b/doc/README.org @@ -12,8 +12,6 @@ - [[#load-the-small-database-in-mysql][Load the small database in MySQL]] - [[#gn2-dependency-graph][GN2 Dependency Graph]] - [[#working-with-the-gn2-source-code][Working with the GN2 source code]] - - [[#running-elasticsearch][Running ElasticSearch]] - - [[#systemd][SystemD]] - [[#read-more][Read more]] - [[#trouble-shooting][Trouble shooting]] - [[#importerror-no-module-named-jinja2][ImportError: No module named jinja2]] @@ -205,34 +203,6 @@ http://biogems.info/contrib/genenetwork/gn2.svg See [[development.org]]. -* Running ElasticSearch - -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" - - -** SystemD - -New server - as root run "systemctl restart elasticsearch" - -#+BEGIN_SRC -tux01:/etc/systemd/system# cat elasticsearch.service -[Unit] -Description=Run Elasticsearch - -[Service] -ExecStart=/opt/elasticsearch-6.2.1/bin/elasticsearch -Environment=JAVA_HOME=/opt/jdk-9.0.4 -Environment="ES_JAVA_OPTS=-Xms1g -Xmx8g" -Environment="PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/jdk-9.0.4/bin" -LimitNOFILE=65536 -StandardOutput=syslog -StandardError=syslog -User=elasticsearch - -[Install] -WantedBy=multi-user.target -#+END_SRC * Read more |