Jobs on Compass often timeout
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / README.md
index 32ad654..91179f5 100644 (file)
@@ -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```