-
If necessary initialize git submodules with
git submodule update --init --recursive
-
Update git submodules
git submodule update --recursive --remote
-
Build applications with included script
./build-images.sh
or manually execute commands from within the file.
-
Fire compose
sudo docker-compose build sudo docker-compose up
-
Zuul should be available on port :8765 of local machine
-
ES6 client should be available on port :9000 of local machine
-
To inspect components use
sudo docker network ls
to find the network name (e.g. iosrproject_default), and then
sudo docker network inspect iosrproject_default