From 8aafd3a31bd209839cea5fcb83ae5954d2796f45 Mon Sep 17 00:00:00 2001 From: theMiddleBlue Date: Fri, 26 Oct 2018 10:50:45 +0000 Subject: [PATCH] add remote setup script --- docker/setup.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docker/setup.txt diff --git a/docker/setup.txt b/docker/setup.txt new file mode 100644 index 0000000..6bb005f --- /dev/null +++ b/docker/setup.txt @@ -0,0 +1,9 @@ +echo -e "\n[+] Starting WebMap docker setup" +echo "[+] Creating required dirs" +mkdir /tmp/webmap +echo "[+] Docker run webmap" +docker run -d --name webmap -h webmap -p 8000:8000 -v /tmp/webmap:/opt/xml rev3rse/webmap +echo "[+] Done" +echo -e "\nNow you can point your browser to http://localhost:8000" +echo "Please, take few seconds to support this project on GitHub" +echo -e "https://github.com/Rev3rseSecurity/WebMap\n"