Skip to content

Drupal 8 vagrant configured VirtualBox. Installable from the shell via a single command line.

Notifications You must be signed in to change notification settings

delphian/vagrant-drupal-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Drupal 8

Drupal specific vagrant configured virtual box for drupal 8 development. The single command line installation script will take care of everything, and when finished http://local.drupal8.org should be accessable for review. This repo makes use of the submodule Vagrant which contains all the actual vagrant configuration and puppet scripts.

Prerequisites

  1. Download and install install virtualbox for Windows or Mac.
  2. Download and install vagrant for Windows or Mac
  3. If you are using Windows please download and install Cygwin. See Cygwin Setup for help. Make sure to install ssh and git packages.

Installation

Copy and paste this into your shell to install everything:

curl -L -s http://goo.gl/WH6RIU | bash

Installation script will:

  • Create a virtual box on 33.33.33.69
  • Modify hosts file mapping local.drupal8.org to 33.33.33.69
  • Create the drupal database.
  • Enable modules: devel, dblog

Usage

After installation script is finished open a browser and navigate to http://local.drupal8.org (If Chrome is present on Mac OSX the script will attempt to automtically open the browser)

Reference

About

Drupal 8 vagrant configured VirtualBox. Installable from the shell via a single command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages