Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

RobLoach/docker-compose-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Use Docker4Drupal instead.

Docker Compose: Drupal

Drupal development environment using Docker Compose.

Prerequisites

  1. Docker
docker --version
  1. Docker Compose
docker-compose --version

Usage

  1. Place Drupal in the /drupal/ directory so that it lives at docker-compose-drupal/drupal.
  2. Run docker-compose up
  3. Visit http://localhost:8000 in your browser
  4. Use drupal:drupal@database/drupal for the database settings
  5. To run a Drush command, execute docker-compose run web drush status

License

Licensed under the incredibly permissive MIT license

Copyright © 2014+ Rob Loach

About

DEPRECATED: Use Docker4Drupal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published