Add docker-compose files and requirements
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / README.md
index 22d4290..91179f5 100644 (file)
@@ -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```