diff options
Diffstat (limited to 'cvp/docker/README.rst')
-rw-r--r-- | cvp/docker/README.rst | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/cvp/docker/README.rst b/cvp/docker/README.rst deleted file mode 100644 index a58df33c..00000000 --- a/cvp/docker/README.rst +++ /dev/null @@ -1,29 +0,0 @@ -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 |