python setup.py develop|install
python run.py
gunicorn -w2 -b 0.0.0.0:8888 -k gevent --daemon -p mozart.pid mozart:app
Simply go to:
https://<mozart host>/mozart/api/v0.1/
(apiv0.1
)https://<mozart host>/mozart/api/v0.2/
(apiv0.2
)
python setup.py develop|install
python run.py
gunicorn -w2 -b 0.0.0.0:8888 -k gevent --daemon -p mozart.pid mozart:app
Simply go to:
https://<mozart host>/mozart/api/v0.1/
(api v0.1
)https://<mozart host>/mozart/api/v0.2/
(api v0.2
)