A plain Vagrant setup script to get Drupal 8 up and running quickly.
- A Linux or Macintosh host machine.
- On Macintosh, you'll need to run the OSX GCC Installer or install Xcode itself.
- VirtualBox v4.2.x.
- Vagrant v1.0.6.
-
Clone this Vagrant setup file onto your computer somewhere:
git clone --recursive git@github.com:mparker17/vagrant-drupal8.git
-
Change into the directory you just created.
cd vagrant-drupal8
-
Start Vagrant.
vagrant up
-
Add a DNS entry to map 192.168.33.10 to drupal8.dev (in linux : vi /etc/hosts, in windows c:\windows\windows32\drivers\etc\hosts)
-
Access to http://drupal8.dev
-
The documentRoot is shared via NFS in : <your_vagrant_drupal8_project>/data/html
Enjoy !