Changes between Version 22 and Version 23 of PetriNetSagas
- Timestamp:
- Feb 8, 2021, 1:07:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PetriNetSagas
v22 v23 50 50 To 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. 51 51 If 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. 52 Please also make sure, that the host running the docker containers does not use the ports `2181`, `9092`, `3306`, `8099` or `9411`. 53 Otherwise the docker startup will fail, because it cannot bind the ports. 52 54 Depending on your local setup you might need to supply elevated permissions (e.g. by using {{{sudo}}}) to the docker-compose command. 53 55 The service infrastructure can be tore down again with the command {{{docker-compose down}}} from within the same directory.