2017 © Pedro Peláez
 

composer-plugin drupal-vm-docker

A quick and easy Docker-based Drupal project development environment.

image

geerlingguy/drupal-vm-docker

A quick and easy Docker-based Drupal project development environment.

  • Tuesday, April 10, 2018
  • by geerlingguy
  • Repository
  • 3 Watchers
  • 9 Stars
  • 198 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 8 Versions
  • 20 % Grown

The README.md

DEPRECATED - Drupal VM Docker Composer Plugin

This project has been deprecated. It is no longer maintained., (*1)

Packagist Docker Automated build irc://irc.freenode.net/drupal-vm, (*2)

The quickest way to add a local development environment to your Drupal project!, (*3)

Get started:, (*4)

composer require --dev geerlingguy/drupal-vm-docker

Run this command inside the directory of a Drupal project that is built using Composer, and it will create a Docker Compose file which will run a local instance of Drupal VM., (*5)

Make sure you have Docker CE installed and running, then run docker-compose up -d. After a minute or two, you should be able to access your Drupal site at http://localhost/., (*6)

To install Drupal, the default Drupal VM database name, username, and password are all drupal., (*7)

Shutting down the environment

When you're finished developing, run the command:, (*8)

docker-compose stop

And once you're ready to develop again, run:, (*9)

docker-compose start

If you want to completely clear out the local environment (e.g. to start over or if you're finished with a project), run:, (*10)

docker-compose down

Updating the Docker Compose file

The Docker Compose file should be updated automatically any time you update to a newer version of this plugin. However, you can also manually force the file to be updated by running:, (*11)

composer drupal-vm-docker-update

You should then tell Docker to restart anything that needs to be restarted with docker-compose up -d., (*12)

License

This project is licensed under the MIT open source license., (*13)

About the Author

Jeff Geerling created the Drupal VM Docker Composer Plugin in 2018 for a more efficient Drupal site and core/contrib development workflow., (*14)

The Versions

10/04 2018

dev-master

9999999-dev

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

1.0.0

1.0.0.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.7

0.0.7.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.6

0.0.6.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.4

0.0.4.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.3

0.0.3.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.2

0.0.2.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

08/04 2018

0.0.1

0.0.1.0

A quick and easy Docker-based Drupal project development environment.

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1