From 374ffec8a1af12f57393c9ff62afa0dc6bde94f2 Mon Sep 17 00:00:00 2001 From: Nikolay Mahotkin Date: Wed, 27 Aug 2014 12:32:05 +0400 Subject: [PATCH] Change instruction how to start Mistral * Before run we should run sync_db.sh script Change-Id: I1528e44c9458a158588b1eafe569f0b4d10bf5d2 --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 79971879..9b6c3039 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,15 @@ First of all, in a shell run: This will install necessary virtual environments and run all the project tests. Installing virtual environments may take significant time (~10-15 mins). + +Before the first run +-------------------- + +Before starting Mistral server, run sync_db script. + + tools/sync_db.sh --config-file path_to_config* + + Running Mistral API server --------------------------