Skip to content

Commit

Permalink
add remote setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
theMiddleBlue committed Oct 26, 2018
1 parent a41638b commit 8aafd3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/setup.txt
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8aafd3a

Please sign in to comment.