Skip to content

crigor/todo-rubykaigi-multivm

Repository files navigation

This todo app is copied from https://github.com/engineyard/todo. It contains chef recipes that will set up the app in Vagrant. It uses a Debian Wheezy box that contains ruby 1.9 and chef but nothing else.

Chef will install nginx, monit, postgresql and create the config files. The app server is unicorn.

The Vagrantfile will create two virtual machines.

Sample output of the vagrant up command that creates two VMs can be found at https://gist.github.com/crigor/5671882.