Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).