From e63599254ee64c2a4b4bef8c71d4bca27b6b9264 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 9 Nov 2019 21:32:30 +0200 Subject: [PATCH] Documentation --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index faccfcf..922c08d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -33,13 +33,14 @@ To install and configure **trains-server** on Mac OS X, follow the steps below. 1. Configure [Docker](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode). $ screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty - sysctl -w vm.max_map_count=262144 + $ sysctl -w vm.max_map_count=262144 1. Create local directories for the databases and storage. $ sudo mkdir -p /opt/trains/data/elastic $ sudo mkdir -p /opt/trains/data/mongo/db $ sudo mkdir -p /opt/trains/data/mongo/configdb + $ sudo mkdir -p /opt/trains/data/redis $ sudo mkdir -p /opt/trains/logs $ sudo mkdir -p /opt/trains/config $ sudo mkdir -p /opt/trains/data/fileserver