Vagrant VM configuration for Puppet and rbenv configured Octopress environment.
- install Vagrant
local> vagrant box add precise32 http://files.vagrantup.com/precise32.box
local> vagrant up
local> vagrant ssh
vm> cd /vagrant
- setup Ocotopress starting with the
git clone ... octopress
step in their instructions