Skip to content

odespesse/micro-gameOfLife-metarepository

Repository files navigation

micro-gameoflife-metarepository

  1. Build each dependency individually:
    • micro-gameOfLife-webgui
      $ cd micro-gameOfLife-webgui/
      $ bash install_dev_env.sh
    • micro-gameOfLife-webapi
      $ cd micro-gameOfLife-webapi/
      $ mvn clean install
    • micro-gameOfLife-core
      $ cd micro-gameOfLife-core/
      $ mvn clean install
    • micro-gameOfLife-messagequeue
      $ cd micro-gameOfLife-messagequeue/
      $ mvn clean install
    • micro-gameOfLife-gridworker
      $ cd micro-gameOfLife-gridworker/
      $ mvn clean install
  2. Build each container with the according build.sh script:
    • micro-gameOfLife-webgui
      $ cd micro-gameOfLife-webgui/docker/
      $ bash build.sh <VERSION>
    • micro-gameOfLife-webapi
      $ cd micro-gameOfLife-webapi/docker/
      $ bash build.sh <VERSION>
    • micro-gameOfLife-gridworker
      $ cd micro-gameOfLife-gridworker/docker/
      $ bash build.sh <VERSION>
  3. Run the service with docker-compose:
    $ docker-compose up
  4. In your browser go to http://localhost

About

The meta repository that keep all the projects together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published