Skip to content

marcp/vagrant_drupal_box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant box

This codebase is a vagrant configuration that provides an example vagrant
configuration, to provision a Drupal VM using puppet.

Caveat: this code is designed for teaching purposes only.
It's designed to demonstrate approaches that are useful for vagrant, but may
not be a great example of proper general practices. In particular, many
security practices and configuration management approaches are ignored.

Setup - as a vagrant config

  • Install Virtualbox and Vagrant.

  • Create a directory to work in.

    mkdir -p ~/Development/foo  
    cd ~/Development/foo  
    
  • Checkout the Vagrant config environment to the current working directory.

    git clone https://github.com/Techito/vagrant_drupal_box.git .  
    
  • Start up and provision the vagrant VM.

    vagrant up  
    

About

A vagrant box to provide a Drupal environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 45.9%
  • PHP 24.4%
  • Ruby 21.6%
  • Python 6.6%
  • Shell 1.5%