Cleanup readme formatting

This commit is contained in:
Scott Hussey 2017-05-25 08:18:49 -05:00
parent 490cb84ba0
commit 9da3e93f62
2 changed files with 4 additions and 6 deletions

View File

@ -3,10 +3,10 @@ A python REST orchestrator to translate a YAML host topology to a provisioned se
To run:
$ virtualenv -p python3 /var/tmp/drydock
$ . /var/tmp/drydock/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w helm_drydock.drydock --callable drydock --enable-threads -L
$ virtualenv -p python3 /var/tmp/drydock
$ . /var/tmp/drydock/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w helm_drydock.drydock --callable drydock --enable-threads -L
## Modular service

View File

@ -3,8 +3,6 @@
This is the external facing API service to control the rest
of Drydock and query Drydock-managed data.
Anticipate basing this service on the falcon Python library
## Endpoints ##
### /tasks ###