Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: 9.x
- Last Pushed: 2022-05-01T21:55:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T00:05:56.401Z (3 months ago)
- Topics: ddev, drupal, example
- Language: PHP
- Homepage:
- Size: 373 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).