Skip to content

docapi/docker-lamp

Repository files navigation

Docker PHP/MySQL Generator

A tool that generates a running PHP/MySQL DEV environment with Docker

Features

  • 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

How to start

  1. Clone this project to any folder on your local file system
  2. Run create script
./create_project.sh
  1. Go to the folder you selected in step 2
  2. Start engine
./start_system.sh
  1. Stop engine (optional)
./stop_system.sh

Author

  • Alexander Pisculla

About

A lamp stack with php72/apache and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published