Projects



Changes between Version 22 and Version 23 of PetriNetSagas


Ignore:
Timestamp:
Feb 8, 2021, 1:07:01 PM (3 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PetriNetSagas

    v22 v23  
    5050To set up all the dependencies it is sufficient to navigate to the folder "docker" and issue the command {{{docker-compose up -d}}} from within that directory.
    5151If you have installed docker on another machine, make sure direct connection between your machine and the docker machine is possible, and ports `2181`, `9092`, `3306`, `8099` and `9411` are not firewalled.
     52Please also make sure, that the host running the docker containers does not use the ports `2181`, `9092`, `3306`, `8099` or `9411`.
     53Otherwise the docker startup will fail, because it cannot bind the ports.
    5254Depending on your local setup you might need to supply elevated permissions (e.g. by using {{{sudo}}}) to the docker-compose command.
    5355The service infrastructure can be tore down again with the command {{{docker-compose down}}} from within the same directory.