X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Fvnfcatalogue%2FVNF_Catalogue%2FREADME.md;h=91179f5147ffb2cf03b21f3d75f975a646a82c78;hb=25d99dbc0c41217abd369a48fce1f69d636b7134;hp=32ad65416fd586b01d7a2e33f0f8d2c5eb23f02c;hpb=5ca936001bf36d177f81131de079b4ff314e5cc2;p=releng.git diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/README.md b/utils/test/vnfcatalogue/VNF_Catalogue/README.md index 32ad65416..91179f514 100644 --- a/utils/test/vnfcatalogue/VNF_Catalogue/README.md +++ b/utils/test/vnfcatalogue/VNF_Catalogue/README.md @@ -3,10 +3,16 @@ ## Quickstart -First install the dependencies +First install docker and docker-compose. This multicontainer app uses +docker-compose to organize the vnf_catalogue web_app - ```npm install``` +The use + ```docker-compose up``` -Then Start the Server +set time zone(optional) + Set same timezone in both nodejs server and mysql server. Something + similar to below can be used: + ``` SET GLOBAL time_zone = '+00:00'; ``` - ```npm start``` + +The server would be accessible at ```ip_address:3000```