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.
- Host: GitHub
- URL: https://github.com/eugenesia/docker-drupal-php
- Owner: eugenesia
- Created: 2016-09-16T11:45:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T13:41:21.000Z (about 7 years ago)
- Last Synced: 2025-02-12T02:47:56.676Z (4 months ago)
- Topics: docker, drupal, mysql, php
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.