Built on top of the official Docker repositories for php and MySQL, these preconfigured containers should have everything you need to start your next php website or application. If the project requires further configuration dont sweat it, TUGBOAT can be extended to provided access to additional packages and configurations to the environment.
- Install Docker
- Clone TUGBOAT into an empty directory using :
git clone https://github.com/bryanlittlefield/TUGBOAT .
- Using a terminal, navigate to the directory you cloned TUGBOAT into and run
docker-compose up
- Visit
127.0.0.1
| The web root is located locally in/var/www/html
of your TUGBOAT directory by default. This will sync into your virtual environment - Happy Coding!:beers:
More advanced access and configurations below.