From 87ebc7be6a2afbf926fb863e00df21bbf0c83ed8 Mon Sep 17 00:00:00 2001 From: Benedikt Kuehne <62940240+BenediktMKuehne@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:01:34 +0100 Subject: [PATCH] Update README.md add -b options --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9328665..71a1ba2c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,13 @@ Furthermore, *EMBArk* improves the data provision by aggregating the various sca ## Quick-Start `git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d` -`sudo ./run-server.sh [-a ] [-h]` +`sudo ./run-server.sh [-a ] [-b ] [-h]` + +Example: + +To start the server on the host with the ipv4 192.168.126.123 and get management access from anywhere in that subnet + +`sudo ./run-server.sh -a 192.168.126.123 -b 192.168.126.1` ## Automated setup on Ubuntu 22.04 LTS @@ -50,6 +56,7 @@ This starts the http-Server on 0.0.0.0:80 Note: The default server name is "embark.local" and has to be resolved via host files or a DNS-server.\ If you want to query the server using an IP or other hostname please use the `-a` option. (multiple inputs supported) +To access the admin pages from outside localhost use the `-b` option. ## Upgrading - Use the `export-DB.sh` to back up your database