deb-mistral/mistral-demo-app
Renat Akhmerov 593d277bc5 Adjusting all license headers in python files so they look the same
Change-Id: I9fa3b76916964f6675ac2967e80d6fc9b55ada54
2013-12-30 13:27:06 +07:00
..
demo_app Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00
README.md Add demo app for Mistral 2013-12-25 17:41:13 +04:00
requirements.txt Add demo app for Mistral 2013-12-25 17:41:13 +04:00
setup.cfg Add demo app for Mistral 2013-12-25 17:41:13 +04:00
setup.py Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00
tox.ini Add demo app for Mistral 2013-12-25 17:41:13 +04:00

Mistral Demo app

This mini-project demonstrates basic Mistral capabilities.

Installation

First of all, in a shell run:

tox

This will install necessary virtual environments and run all the project tests. Installing virtual environments may take significant time (~10-15 mins).

Then make a sym-link to mistralclient package

cd mistral-demo-app *ln -s mistralclient

Running Mistral Demo app server

To run Mistral Demo app server perform the following commands in a shell:

tox -evenv -- python demo_app/cmd/main.py

Then it will automatically upload necessary workbook and run workflow.