Virtual Machine
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
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
