An open API service indexing awesome lists of open source software.

https://github.com/sourceallies/vagrant-introduction

A simple project to help developers get started with vagrant
https://github.com/sourceallies/vagrant-introduction

Last synced: 11 months ago
JSON representation

A simple project to help developers get started with vagrant

Awesome Lists containing this project

README

          

# Introductory Vagrant

Pre-requisites:

* Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Install [Vagrant](http://downloads.vagrantup.com/tags/v1.2.7)
* Grab the [precise64 box](http://files.vagrantup.com/precise64.box)
* [Cygwin with SSH for Windows Users](http://www.cygwin.com/)

Agenda:

- Virtualization Overview
- Intro to Vagrant
- Install the box
- Get it running
- Introductory SSH
- Manual Apache setup
- Intro to Puppet
- Puppet Apache setup (simple exec vs. package/service vs. puppet module)
- Deploying a simple web page to puppet (simple exec vs. module)
- To the Cloud with EC2 and the AWS Plugin
- Reusable modules with Puppet Forge

Resources:

- [Boxes](http://www.vagrantbox.es/)
- [Puppet Types](http://docs.puppetlabs.com/references/latest/type.html)