From 1a8de9ef3a87d1fa34265814e0987575e0846a99 Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Sat, 7 Mar 2020 22:17:51 -0500 Subject: all: purge remaining elasticsearch artifacts --- doc/INSTALL.md | 64 +++++++++++++++++++++++----------------------------------- 1 file changed, 25 insertions(+), 39 deletions(-) (limited to 'doc') diff --git a/doc/INSTALL.md b/doc/INSTALL.md index c763cc2..3cb2699 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -36,45 +36,31 @@ and Docker Compose (version 1.6.0 or greater) already installed. ### Running the Application -1. Configurations for ElasticSearch: - - You may need to raise the `vm.max_map_count` - parameter to at least `262144` in order for the - ElasticSearch container to function. Instructions - on how to do so are provided - [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode). - -2. Running the application - - Download containers: - ```console - user@host:szuru$ docker-compose pull - ``` - - For first run, it is reccomended to start the databases seperately: - ```console - user@host:szuru$ docker-compose up -d elasticsearch - user@host:szuru$ docker-compose up -d sql - ``` - Then wait approx. 2 minutes before starting all containers. - This gives time for the databases to initalize their storage - structure. - - To start all containers: - ```console - user@host:szuru$ docker-compose up -d - ``` - - To view/monitor the application logs: - ```console - user@host:szuru$ docker-compose logs -f - # (CTRL+C to exit) - ``` - - To stop all containers: - ```console - user@host:szuru$ docker-compose down - ``` +Download containers: +```console +user@host:szuru$ docker-compose pull +``` + +For first run, it is recommended to start the database separately: +```console +user@host:szuru$ docker-compose up -d sql +``` + +To start all containers: +```console +user@host:szuru$ docker-compose up -d +``` + +To view/monitor the application logs: +```console +user@host:szuru$ docker-compose logs -f +# (CTRL+C to exit) +``` + +To stop all containers: +```console +user@host:szuru$ docker-compose down +``` ### Additional Features -- cgit v1.3