A tool that generates a running PHP/MySQL DEV environment with Docker
- select PHP Engine (5.6, 7.1, 7.2, 7.3)
- select host name for local development (*.test recommended)
- select port for local development (default: 80)
- select host name for staging
- select DB name
- Clone this project to any folder on your local file system
- Run create script
./create_project.sh
- Go to the folder you selected in step 2
- Start engine
./start_system.sh
- Stop engine (optional)
./stop_system.sh
- Alexander Pisculla