https://github.com/jigarius/ddev-drupal-example
Example of using Ddev to set up local dev environments for Drupal.
https://github.com/jigarius/ddev-drupal-example
ddev drupal example
Last synced: 6 months ago
JSON representation
Example of using Ddev to set up local dev environments for Drupal.
- Host: GitHub
- URL: https://github.com/jigarius/ddev-drupal-example
- Owner: jigarius
- License: gpl-2.0
- Created: 2020-03-21T16:46:43.000Z (almost 6 years ago)
- Default Branch: 10.x
- Last Pushed: 2024-11-08T16:35:42.000Z (about 1 year ago)
- Last Synced: 2025-03-27T06:51:19.536Z (10 months ago)
- Topics: ddev, drupal, example
- Language: PHP
- Homepage:
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ddev Drupal Example
Thinking about improving your dev practices by using Docker for
Drupal development? Dockerizing Drupal was never as easy! In this tutorial,
you’ll learn about using Ddev to setup and customize Drupal deployments so
that all your developers have identical dev environments that resemble
production environments as closely as possible.
Read the full article: [Dockerize Drupal with Ddev](https://jigarius.com/blog/drupal-with-ddev)
on Jigarius.com.
# Usage
To use the sample code in this repository, do the following:
* Clone/download this repository.
* `cd` into the code directory.
* Run `ddev start` (you must have Ddev installed).