Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 456 Bytes

octopress-vm

Vagrant VM configuration for Puppet and rbenv configured Octopress environment.

  1. install Vagrant
  2. local> vagrant box add precise32 http://files.vagrantup.com/precise32.box
  3. local> vagrant up
  4. local> vagrant ssh
  5. vm> cd /vagrant
  6. setup Ocotopress starting with the git clone ... octopress step in their instructions