From 9da3e93f6262175b76c9a83b99f7b62de42961fc Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Thu, 25 May 2017 08:18:49 -0500 Subject: [PATCH] Cleanup readme formatting --- README.md | 8 ++++---- helm_drydock/control/readme.md | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 00c008f2..d94c3f9f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/helm_drydock/control/readme.md b/helm_drydock/control/readme.md index a825e8ac..b6da6637 100644 --- a/helm_drydock/control/readme.md +++ b/helm_drydock/control/readme.md @@ -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 ###