#**** README #
This folder contains files related to the Docker artifacts to configure the needed containers:
- container for tcamt
- container for igamt
- container for gvt
- container for the web server
Deployment
If you do not have vagrant installed locally, Follow these steps:
- Download & install virtual box:http://download.virtualbox.org/virtualbox/5.2.16/
- Download & install vagrant: https://www.vagrantup.com/downloads.html
-
Navigate to vagrant folder ` cd vagrant
-
boot up vagrant
vagrant up
-
ssh to vagrant
vagrant ssh
-
Start the containers
cd containers/apps
sudo ./deploy.sh
-
On your browser navigate to http://192.168.44.20:8091/
1- If data have changed: delete the thed data/ folder under vagrant 2- cd containers/apps 3- sudo ./deploy.sh