Add docker-compose files and requirements
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / README.md
1 #VNF_Catalogue Nodejs + Jade + MySql server
2
3
4 ## Quickstart
5
6 First install docker and docker-compose. This multicontainer app uses
7 docker-compose to organize the vnf_catalogue web_app
8
9 The use
10     ```docker-compose up```
11
12 set time zone(optional)
13         Set same timezone in both nodejs server and mysql server. Something
14         similar to below can be used:
15         ``` SET GLOBAL time_zone = '+00:00'; ```
16
17
18 The server would be accessible at ```ip_address:3000```