bryanlittlefield / TUGBOAT

The straight to code approach for dev environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to TUGBOAT

Built on top of the Official Docker Images for Php and MySQL, these preconfigured containers will jumpstart your php website or application development. If the environment requires further configurations dont sweat it, TUGBOAT can be extended to provided access to additional packages and configurations to the environment using build scripts.


Quick Start:

  • Install Docker
  • Run Command:
    git clone https://github.com/bryanlittlefield/TUGBOAT && cd TUGBOAT && docker-compose up -d && cd var/www/html
    
  • Visit 127.0.0.1 or your Remote IP/FQDN xxx.xx.xx.xxx
  • The web root is mounted locally in /var/www/html/
  • Happy Coding!:beers:

Supported Versions:

  • PHP:
    • 8.3
    • 8.2 (stable)
    • 8.1
  • MySQL:
    • 8.1
    • 8.0 (stable)
    • 5.7

No Longer Maintained:

  • PHP:
    • 8.0
    • 7.4
    • 7.3
    • 7.2
    • 7.1
    • 7.0
    • 5.6
  • MySQL:
    • 5.6
    • 5.5

See our Wiki for more information.

About

The straight to code approach for dev environments

License:GNU General Public License v3.0