Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.18 KB

Welcome to TUGBOAT

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.


See : https://github.com/bryanlittlefield/TUGBOAT for Parent Repository


Quick Start:

  • 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.


See our Wiki for more information.