Loading README.md +8 −1 Original line number Diff line number Diff line Loading @@ -12,10 +12,17 @@ Is tested with given system environments: * rest_exporter: 8080 * train_board: 3000 Run to start all containers, takes approximately 7 minutes Run to start all containers, takes approximately 10-15 minutes ```bash ./one_script_to_rule_them_all.sh start ``` If some cases build of OpenRailRouting may fail due to large git clone, it so just go to `./OpenRailRouting` and do until it will start ```bash docker compose down --rmi all docker compose up -d ``` or look for help ```bash Loading Loading
README.md +8 −1 Original line number Diff line number Diff line Loading @@ -12,10 +12,17 @@ Is tested with given system environments: * rest_exporter: 8080 * train_board: 3000 Run to start all containers, takes approximately 7 minutes Run to start all containers, takes approximately 10-15 minutes ```bash ./one_script_to_rule_them_all.sh start ``` If some cases build of OpenRailRouting may fail due to large git clone, it so just go to `./OpenRailRouting` and do until it will start ```bash docker compose down --rmi all docker compose up -d ``` or look for help ```bash Loading