The Lab for BrowserBruter
The Lab shown in documentation can be setup using docker as follows-
- Download and run the docker image -
sudo docker run --rm -p 80:80 hpandro/vims
- Start the MySQL service using following -
- First copy the container id using
sudo docker container ls -a
- Then start the service using
sudo docker exec -it [containerid] service mysql start
- First copy the container id using
Navigate to http://localhost/
to test site.
Hope on to the next section to learn about the Setup & Installation.