1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-05-12 08:05:18 +00:00

Initial commit

This commit is contained in:
2015-04-20 15:22:41 -04:00
parent d392f9ded2
commit 9006e9da70
6 changed files with 42 additions and 2 deletions

14
setup/build.sh Normal file
View File

@@ -0,0 +1,14 @@
sudo apt-get update
sudo apt-get install curl -y
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable --ruby
source /home/cody/.rvm/scripts/rvm
echo '[[ -s "/home/vagrant/.rvm/scripts/rvm" ]] && source "/home/vagrant/.rvm/scripts/rvm"' >> /home/vagrant/.bashrc
rvm install ruby
rvm rubygems current
sudo apt-get install git-core -y
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
cd /vagrant/setup
sudo dpkg -i elasticsearch-0.90.10.deb