From 99ae039690d827d9a24388b79c1f789aaf2e3ebd Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 19 Sep 2022 16:17:20 +0200 Subject: [PATCH] remove --- docs/getting-started.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0896998..81c65c5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -87,10 +87,7 @@ Make sure the following ports can pass through your firewall from the open Inter * `9095/tcp` for the Gateway Service, exposing the HTTP API * `5672/tcp` for the AMQP API -Activate them both in your virtualization infrastructure and the local firewall on your virtual machine: - - $ firewall-cmd --add-port="{80/tcp,443/tcp,9095/tcp,5672/tcp}" --permanent - $ firewall-cmd --reload +Activate them both in your virtualization infrastructure and the local firewall on your virtual machine. ## Development -- GitLab