thom8 / drupal8-vagrant
Simple Drupal 8 Development Environment
Package info
github.com/thom8/drupal8-vagrant
Language:Shell
Type:project
pkg:composer/thom8/drupal8-vagrant
0.0.3
2017-07-25 10:38 UTC
Requires (Dev)
- beet/box: ^0.7
This package is not auto-updated.
Last update: 2026-03-13 14:15:34 UTC
README
Simple Vagrant config to download and install the latest dev version of Drupal 8.
Requirements
Installation
- Open terminal (or git bash for windows users) and run the following commands --
composer create-project thom8/drupal8-vagrant some-dir && cd $_
vagrant up
- Go to http://d8.local/
username: admin
password: admin
- Enjoy.
Variants
Drupal 7.
composer create-project -n thom8/drupal8-vagrant:dev-d7 some-dir && cd $_ && vagrant up
Backdrop.
composer create-project -n thom8/drupal8-vagrant:dev-backdrop some-dir && cd $_ && vagrant up
More info
This is an implementation of Beetbox so please refer to this project for more info.