aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-13 18:04:52 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-13 18:04:52 +0300
commit2166f6bfc905879f36dcee120694d29459dcd0a8 (patch)
tree629f91681e976911ce80ca032d1817a0d2393ef5 /docs/installation.rst
parent71e820e32bd4f32aff4026fc55c6bb1f5891a0c2 (diff)
Bump VID version to 4.3.1
Addresses defect: Issue-ID: VID-487 Change-Id: Ie61f549983cb6f084cec3a315dfa4d3299e5e7f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 5fde8e4d4..224a08e0e 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -17,7 +17,7 @@ Please follow the instructions given below, for installing VID using a Docker im
docker pull mariadb:10
docker login -u docker -p docker nexus3.onap.org:10001
- docker pull nexus3.onap.org:10001/onap/vid:4.3.0
+ docker pull nexus3.onap.org:10001/onap/vid:4.3.1
2. Install by running following command (Use the path for the lf_config folder under the VID git repository as CONFIG_PATH)
@@ -27,7 +27,7 @@ Please follow the instructions given below, for installing VID using a Docker im
docker run --name vid-mariadb -e MYSQL_DATABASE=vid_openecomp_epsdk -e MYSQL_USER=vidadmin -e MYSQL_PASSWORD=YOUR_PASSWORD -e MYSQL_ROOT_PASSWORD=ROOT_PASSWORD -v CONFIG_PATH/vid-my.cnf:/etc/mysql/my.cnf -v /var/lib/mysql -d mariadb:10
#start VID server
- docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=YOUR_PASSWORD --name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance -d nexus3.onap.org:10001/onap/vid:4.3.0
+ docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=YOUR_PASSWORD --name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance -d nexus3.onap.org:10001/onap/vid:4.3.1
Or use docker-compose: