Skip to content

mack94/iosr-project

Repository files navigation

Build instructions

  1. If necessary initialize git submodules with

    git submodule update --init --recursive
    
  2. Update git submodules

    git submodule update --recursive --remote
    
  3. Build applications with included script

    ./build-images.sh
    

    or manually execute commands from within the file.

  4. Fire compose

    sudo docker-compose build
    sudo docker-compose up
    

Environment

  • 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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published