Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.04 KB

vagrant-drupal8

A plain Vagrant setup script to get Drupal 8 up and running quickly.

Requirements

Usage

  1. Clone this Vagrant setup file onto your computer somewhere:

     git clone --recursive [email protected]:mparker17/vagrant-drupal8.git
    
  2. Change into the directory you just created.

     cd vagrant-drupal8
    
  3. Start Vagrant.

     vagrant up
    
  4. 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)

  5. Access to http://drupal8.dev

  6. The documentRoot is shared via NFS in : <your_vagrant_drupal8_project>/data/html

Enjoy !