summaryrefslogtreecommitdiffstats
path: root/cvp/docker/README.rst
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-02-20 09:58:38 -0800
committerGeorg Kunz <georg.kunz@ericsson.com>2018-02-28 14:49:30 +0000
commit40932193dd77dbe9f0387c819fec85c303c8927e (patch)
tree5dcb9641456933567c1ebff87f4d211adee11b9c /cvp/docker/README.rst
parent53dacb0fc00d84b25d22352fd7207e7677dddc35 (diff)
Update CVP Docker Compose Configuration
- Uses extra files config.env, vhost.env to hold environment variables for docker configuration. - Provides samples for these config that can be copied and modified to fit deployment requirements. - Updates the docker images to the newest releases. Change-Id: Ibe9b8597edfb38940297433708497c244200d0af Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'cvp/docker/README.rst')
-rw-r--r--cvp/docker/README.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/cvp/docker/README.rst b/cvp/docker/README.rst
new file mode 100644
index 00000000..6aeb38aa
--- /dev/null
+++ b/cvp/docker/README.rst
@@ -0,0 +1,29 @@
+Docker Deployment
+=================
+
+To deploy the OVP Dashboard perform the following steps:
+
+ #. Copy config.env.sample to config.env
+
+ cp config.env.sample config.env
+
+ #. Copy vhost.env.sample to vhost.env
+
+ cp vhost.env.sample vhost.env
+
+ #. Modify config.env and vhost.env to you liking
+
+ #. Bring the services up
+
+ docker-compose up -d
+
+ #. Navigate to the site listed in vhost.env in your browser of choice
+
+ google-chrome-stable http://ovp.localhost
+
+ .. note::
+
+ If you're using the default sitename 'ovp.localhost', you'll
+ need to add the following line to /etc/hosts:
+
+ 127.0.0.1 ovp.localhost