This project is not covered by Drupal’s security advisory policy.
Virtual Machine for drupal 8 development
This project is no longer supported, use one of these projects instead:
- http://www.drupalvm.com/
- https://github.com/thom8/drupal8-vagrant
- https://github.com/alehkot/druphpet
Instructions:
1.- Clone this repo
$ git clone --branch master http://git.drupal.org/project/vm.git drupal8.dev
$ cd drupal8.dev
$ vagrant up
2.- Add VM to hosts file
192.168.9.10 drupal8.dev
3.- Clone Drupal 8 repo
$ vagrant ssh
$ cd /vagrant/www
$ git clone --branch 8.x http://git.drupal.org/project/drupal.git drupal8.dev
4.- Install Drupal 8
- Using drush
$ cd drupal8.dev
$ drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --site-name=drupal8.dev --account-name=admin --account-pass=admin --account-mail=[user-email]
- Using the GUI accessing
http://drupal8.dev
Override configuration
Copy parameters.yml.dist to parameters.yml and customize values
$cp parameters.yml.dist parameters.yml
Tools on vm
- composer
- drush for drupal 8
- xdebug
- vim
Database Credentials
-
Name: drupal
User: drupal
Pass: drupal -
Mysql Root
Pass: drupal
Minimum requirements
- Git
- VirtualBox 4.3.x
- Vagrant 1.5.x
Link to other Drupal Vagrant Efforts via (@mgifford)
On Drupal.org:
https://drupal.org/project/vagrant
https://drupal.org/project/vdd
https://drupal.org/project/drupal-up
https://drupal.org/project/vagrant_scripts_aegir_civicrm
https://drupal.org/project/aegir-up
https://drupal.org/project/drush-vagrant
https://drupal.org/project/undine
On Github:
https://github.com/newmediadenver/drupal-lamp
https://github.com/walkah/chef-drupal
https://github.com/eaton/vagrant-chef-dlamp
https://github.com/dergachev/vagrant-drupal
https://github.com/mikebell/drupaldev-apache
Other projects:
http://www.kalamuna.com/products/kalabox
Maintained by Hecho en Drupal Team
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Created by jmolivas on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

