summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/README.md
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-03-29 14:30:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-29 14:30:42 +0000
commit64269605aee34dc885191411ca09da9433e7d51b (patch)
treeeae9da03c16b54b40abf2ed02a3d46c2db239741 /utils/test/vnfcatalogue/VNF_Catalogue/README.md
parent04f931b3ee3f3226426e384cc379aeb32f5064d0 (diff)
parentb3e815f76055b4a5743cbcecf79bf2a266a2aa9b (diff)
Merge "Add docker-compose files and requirements"
Diffstat (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/README.md')
-rw-r--r--utils/test/vnfcatalogue/VNF_Catalogue/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/README.md b/utils/test/vnfcatalogue/VNF_Catalogue/README.md
index 22d429072..91179f514 100644
--- a/utils/test/vnfcatalogue/VNF_Catalogue/README.md
+++ b/utils/test/vnfcatalogue/VNF_Catalogue/README.md
@@ -3,15 +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```
-set time zone(Important)
+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'; ```
-Then Start the Server
- ```npm start```
+The server would be accessible at ```ip_address:3000```