34 | | To set up all the dependencies it is sufficient to navigate to the folder "service_environment" and issue the command "docker-compose up -d". |
35 | | Depending on your local setup you might need to supply elevated permissions (e.g. by using "sudo") to the docker-compose command. |
36 | | The service infrastructure can be tore down again with the command "docker-compose down" from within the same directory. |
| 34 | To set up all the dependencies it is sufficient to navigate to the folder "service_environment" and issue the command {{{docker-compose up -d}}}. |
| 35 | Depending on your local setup you might need to supply elevated permissions (e.g. by using {{{sudo}}}) to the docker-compose command. |
| 36 | The service infrastructure can be tore down again with the command {{{docker-compose down}}} from within the same directory. |