An open API service indexing awesome lists of open source software.

https://github.com/mikesir87/docker-env-lamp-stack

A base template/dev environment for a LAMP stack
https://github.com/mikesir87/docker-env-lamp-stack

Last synced: about 2 months ago
JSON representation

A base template/dev environment for a LAMP stack

Awesome Lists containing this project

README

        

# Docker Environment - LAMP Stack

This repo provides a Docker environment base for a basic LAMP stack.

## The Environment

When spinning up the environment, a container (`lamp-dev`) will serve as the base container for development. It has the following utilities installed:

- A `mysql` client installed in case CLI-based debugging is required
- The `docker` CLI for testing with Docker
- The `php` engine for testing

## TODO

It would be great to add the following:

- Ability to set breakpoints and step through code (using xdebug). Started this, but haven't finished yet.