https://github.com/eugenesia/docker-drupal-phpfarm
Docker image for Drupal 7 development, using PHPFarm.
https://github.com/eugenesia/docker-drupal-phpfarm
Last synced: about 2 months ago
JSON representation
Docker image for Drupal 7 development, using PHPFarm.
- Host: GitHub
- URL: https://github.com/eugenesia/docker-drupal-phpfarm
- Owner: eugenesia
- Created: 2017-07-19T09:31:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T09:59:03.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T02:47:57.459Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Drupal PHPFarm
=====================This creates a Docker container for developing a Drupal 7 site.
Using [PHPFarm](https://github.com/eugenesia/docker-phpfarm) means you can use
multiple PHP versions for the site - good for developing multiple client sites
running different PHP versions on their servers.If using PHP 5.1 or 5.2, use Dockerfile-wheezy.
If using PHP 5.3 and above, use Dockerfile-jessie for a more modern Debian
version in the container.