Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 880 Bytes

README.md

File metadata and controls

47 lines (38 loc) · 880 Bytes

drupal8.dev

Virtual Machine for drupal 8 development (VirtualBox 4.3)

1.- Clone this repo

$ git clone https://github.com/hechoendrupal/drupal8.dev.git
$ 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
$ drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --site-name=drupal8.dev --account-name=admin --account-pass=admin --account-mail=[user-email]

Tools on vm

  • composer
  • drush for drupal 8
  • xdebug
  • vim

Database Credentials

  • Name: drupal
  • User: drupal
  • Pass: drupal

Minimum requirements

  • Git
  • VirtualBox 4.3.x
  • Vagrant 1.4.x