]> git.openstreetmap.org Git - rails.git/commit
Add vagrant config.
authorMatt Amos <zerebubuth@gmail.com>
Wed, 26 Feb 2014 02:09:45 +0000 (02:09 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Wed, 26 Feb 2014 02:09:45 +0000 (02:09 +0000)
commitdf58ca580477c39cb93ea9c19d4c6c4b76193394
tree11b3e1608b9f59cf320e9e5a8557f160d4d75771
parent1ea64ea977b08e5393d469707e268aee260acd2f
Add vagrant config.

Added Vagrantfile and simple provisioning script. This sets up the
packages, gems and databases so that `rake db:migrate` is ready to
run. This might be too much and perhaps more should be done by the
user themselves, I'm not sure...
.gitignore
Vagrantfile [new file with mode: 0644]
config/vagrant/provision.sh [new file with mode: 0644]