Skip to content

Example docker setup for a Drupal site based on the Forum One web-starter 2.0.

Notifications You must be signed in to change notification settings

johnbburg/drupal-docker

Repository files navigation

Copy webroot to services/drupal/docroot

Move vm.env to .env

Edit settings.php to use the following for a database. 
user: web
pass: web
db: web
host: mysql

Run 

$ f1 build
$ f1 up

Install drush:

$ cd services/drupal
$ composer install

To import a DB

$ zcat ~/path/to/dump.sql.gz | f1 drush sqlc


About

Example docker setup for a Drupal site based on the Forum One web-starter 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published