Skip to content
forked from nickschuch/vd8

Provides Vagrant machine with standard Drupal 8 configuration.

Notifications You must be signed in to change notification settings

timeisenhuth/vd8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Drupal 8 (vd8)

Overview

The VD8 project has been created to make sure developers have an easy method for boostrapping a local Drupal 8 development environment.

Roadmap

  • Phing targets.
  • Custom packer image to shorten provision time.

Requirements

Virtualbox (4.3.6)

Virtualbox can be downloaded and installed from:

https://www.virtualbox.org/wiki/Downloads

Vagrant (1.3 to 1.5)

Vagrant can be downloaded and installed from:

http://www.vagrantup.com/downloads.html

This also required the autonetwork plugin which can be installed by:

vagrant plugin install vagrant-auto_network

Plugins

These are software versions we know work:

  • Vagrant Auto-network: 0.2.1

Usage

The machine can can be booted by the following command:

vagrant up

The host will be provisioned automatically on the first vagrant up. If you wish to rerun the provision that can be done with the following command:

vagrant provision

More vagrant commands and documenation can be found here:

http://docs.vagrantup.com/v2

Local DNS

WE REQUIRE THE "Vagrant Auto-network" PLUGIN AS MENTIONED ABOVE.

Drupal

Checkout the latest HEAD of Drupal 8:

git clone --branch 8.x http://git.drupal.org/project/drupal.git app

To install

phing reinstall

The above command can be run as many times as you like. It provides a good workflow for developing and testing.

About

Provides Vagrant machine with standard Drupal 8 configuration.

Resources

Stars

Watchers

Forks

Packages

No packages published