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

https://github.com/eugenesia/docker-drupal-php

Drupal 7 + PHP5 development environment, in Docker.
https://github.com/eugenesia/docker-drupal-php

docker drupal mysql php

Last synced: about 2 months ago
JSON representation

Drupal 7 + PHP5 development environment, in Docker.

Awesome Lists containing this project

README

        

This sets up a basic Drupal 7 development environment on a LAMP stack, using
PHP 5.x and MySQL 5.x.

Folder structure:
```
/docker/ : Docker config files - customizable
/config/ : Service config files - customizable
/data/
/drupal/ : Drupal code files - clone from your dev repo
/mysql/ : MySQL binary data files
/[any]/ : Create any other folders to store other stuff e.g. db backups
```

See _docker/README.md_ for more configuration instructions.