Docker-Apache-MySQL-PHP but without Apache and MySQL
- Go to www.play-with-docker.com and pass the captcha
- Click on ADD NEW INSTANCE
- In the terminal, type
git clone git://github.com/jpetazzo/dampmam
- Then
cd dampmam
- And then
docker-compose up -d
- Then click on the (8000) badge showing up above
- Click on the "exercise 1" link
- Edit the file
www/exercise-1/index.php
and see your changes in the browser
- Go back to the exercise list (click on the (8000) badge if necessary)
- Click on "exercise 2"
- Fill in your name and click on the button
- See the result
- Edit the files in
www/exercise-2
- Go to "exercise 3" in the exercise list
- Load the page a few times
- Come up with a list of ideas of things to improve