blob: 3a32eb201ddee9ebeb505c1db45341b518d5cf57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV
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
|