Quick and dirty setup so it's a bit quicker to use vagrant. I'll clean this up more later.

This commit is contained in:
Karl Southern
2016-05-03 17:09:21 +01:00
parent e6e9ac3b04
commit 0ff6f16ec7
6 changed files with 25 additions and 19 deletions

2
Vagrantfile vendored
View File

@@ -9,7 +9,5 @@ Vagrant.configure(2) do |config|
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby-1.7
usermod -a -G rvm vagrant
gem install bundler
cd /vagrant && bundle install
EOP
end