aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAreli, Fuss (af732p) <af732p@att.com>2018-05-24 11:24:40 +0300
committerAreli, Fuss (af732p) <af732p@att.com>2018-05-24 13:27:31 +0300
commitf000e1cad7775e37da61b71773d60b40b9254478 (patch)
tree3f342cb71f58b43c47bcfb1bbbc6e919d17c5806 /README.md
parent61bb1d8b6a20fec9235ca5b5af0174ad1c85aa67 (diff)
Alignment of VVP devkit
Alignment of VVP devkit include replacement of the uWsgi with gunicorn Change-Id: I9c42783c9965c5f6f005615e88899a301d334e22 Issue-ID: VVP-60 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 14 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5474595..9a9f755 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,15 @@
```
-# update your hosts file with the line
-# 10.252.0.12 coreos-01.development.vvp.example.com
-. setenv
-# select the envirionment yout want from the list
-vagrant up
-watch -n5 "kubectl get po -n kube-system"
-# once all pods are running status
-`bin/vvp-deploy`
+Add the following line into your local hosts file:
+ 10.252.0.12 coreos-01.development.vvp.example.com
+
+Select the required environment from the list when requested:
+$ . ./setenv
+
+$ vagrant up
+
+Wait till all pods will be at running status (This might take few minutes)
+$ watch -n5 "kubectl get po -n kube-system"
+
+$ bin/vvp-deploy
+
+``` \ No newline at end of file