Change instruction how to start Mistral

* Before run we should run sync_db.sh script

Change-Id: I1528e44c9458a158588b1eafe569f0b4d10bf5d2
This commit is contained in:
Nikolay Mahotkin 2014-08-27 12:32:05 +04:00
parent cd1e996fbd
commit 374ffec8a1
1 changed files with 9 additions and 0 deletions

View File

@ -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
--------------------------