# -*- mode: ruby -*- # vi: set ft=ruby : # This file is for use by Vagrant (http://www.vagrantup.com/). # It will establish a debian-based (Ubuntu) virtual machine for development. # The virtual machine environment attempts to match the production environment # as closely as possible. # This file was generated by `vagrant up` and consequently modified. # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" # Install fabric so that the KarmaWorld fabfile may be run. # build a shell script that installs prereqs, configures the database, pulls in # the code from the host machine, and then runs fabric. shellscript = <