diff options
Diffstat (limited to 'script/bootstrap-vagrant.sh')
| -rw-r--r-- | script/bootstrap-vagrant.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/script/bootstrap-vagrant.sh b/script/bootstrap-vagrant.sh new file mode 100644 index 00000000..aaac3238 --- /dev/null +++ b/script/bootstrap-vagrant.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash + +cd /home/vagrant +\curl -L https://get.rvm.io | bash -s stable + +source /home/vagrant/.profile +source /home/vagrant/.rvm/scripts/rvm + +rvm install 2.0.0 +rvm install 1.9.3 +rvm use 2.0.0 --default + +#gem source -r http://rubygems.org/ +#gem install bundler + +source /home/vagrant/.bashrc +source /home/vagrant/.bash_profile +source /home/vagrant/.profile |
