Skip to content

Vagrant setup documentation and some common technology stacks

Notifications You must be signed in to change notification settings

jamesobd/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Vagrant and Puppet Setup

Vagrant provides easy to configure, reproducible, and portable work environments. Puppet is great for configuration management. Mix that together to make crazy awesome.

This readme details how to get yourself set up to take advantage of these tools. The repo contains some common setups to use as a starting point for new projects.

Setup

  1. Install Virtualbox
  2. Install Vagrant
  3. (Windows people) You may want to ssh into the VM's. Here are a couple options.

Boxes

Boxes are base virtual machines that vagrant will build on. They can downloaded here. Some common ones are these:

Pick a Stack

  1. Basic LAMP Stack
  • Ubuntu 12.04 x64 LTS
  • Apache 2.2
  • MySQL 5
  • PHP 5.4

About

Vagrant setup documentation and some common technology stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published