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

https://github.com/vollborn/php-beginners-docker

A small Docker stack for PHP beginners, including PHP & MySQL.
https://github.com/vollborn/php-beginners-docker

docker docker-compose mysql nginx php

Last synced: 3 months ago
JSON representation

A small Docker stack for PHP beginners, including PHP & MySQL.

Awesome Lists containing this project

README

          

# PHP Beginners - Docker

This is a small Docker stack for PHP beginners.

It starts a local web server with PHP support, and a MySQL database.

## Setup

1. Clone this repository
```shell
git clone https://github.com/vollborn/php-beginners-docker.git
```

2. Go into the cloned directory & start the containers
```
docker-compose up -d
```

3. Put your files in the .src directory & start developing!