6a25e6f06b
This commit adds oslo.log integration to Deckhand.
14 lines
377 B
ReStructuredText
14 lines
377 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
|
|
$ pip install .
|
|
$ python setup.py install
|
|
$ uwsgi --http :9000 -w deckhand.deckhand --callable deckhand --enable-threads -L
|