Skip to content

Get a simple Drupal 8 site up and running quickly.

License

Notifications You must be signed in to change notification settings

cutesquirrel/vagrant-drupal8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 !

About

Get a simple Drupal 8 site up and running quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%