deckhand/README.rst
Felipe Monteiro 22343071d8 Update README
2017-07-17 21:55:40 +01:00

14 lines
391 B
ReStructuredText

Deckhand
========
A foundational python REST YAML processing engine providing data and secrets
management to other platform services.
To run::
$ sudo pip install uwsgi
$ virtualenv -p python3 /var/tmp/deckhand
$ . /var/tmp/deckhand/bin/activate
$ sudo pip install .
$ python setup.py install
$ uwsgi --http :9000 -w deckhand.deckhand --callable deckhand_callable --enable-threads -L