luishdez / vagrant-boilerplate

Provides a simple startup environment with Vagrant + Chef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant CentOS Boilerplate

A basic vagrant project boiler plate

Usage

### Load cookbooks

librarian-chef install

If librarian-chef if missing install it with gem install librarian-chef

Run Vagrant

vagrant up

Suspend for later use

vagrant suspend

Restart

vagrant destroy -f
vagrant up

About

Provides a simple startup environment with Vagrant + Chef


Languages

Language:Ruby 100.0%