-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a41638b
commit 8aafd3a
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |