Improve README

Added installation steps for ES.

Change-Id: I51ef084c8a09ba9ba62aff21707f90c92d9643f1
This commit is contained in:
Vitalii Nogin 2017-09-08 16:28:55 +03:00 committed by Vitaliy Nogin
parent 11ecb4d16b
commit 494e9ee748
1 changed files with 21 additions and 12 deletions

View File

@ -53,14 +53,23 @@ edit config file
setup/configure the db
----------------------
The currently supported db is Elasticsearch. In case you are using a dedicated instance
of the server, you'll need to start it. Depending on the OS flavor it might be a:
The currently supported db is Elasticsearch.
In case you are using a dedicated instance of the server, you'll need to
install Elasticsearch and start it.
Depending on the OS flavor it might be different.
Below you can find an example for Ubuntu Xenial.
First of all JRE and Elasticsearch should be installed:
.. code-block::
# service elasticsearch start
# apt install openjdk-8-jre
# wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.1/elasticsearch-2.3.1.deb
# dpkg -i elasticsearch-2.3.1.deb
or, on systemd
and started:
.. code-block::