mirror of
https://github.com/jcwimer/railsVagrant
synced 2026-03-24 18:44:42 +00:00
Installed rails with rvm
This commit is contained in:
@@ -2,11 +2,8 @@
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install curl -y
|
sudo apt-get install curl -y
|
||||||
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||||
\curl -sSL https://get.rvm.io | bash -s stable --ruby
|
\curl -sSL https://get.rvm.io | bash -s stable --rails
|
||||||
source /home/cody/.rvm/scripts/rvm
|
|
||||||
echo '[[ -s "/home/vagrant/.rvm/scripts/rvm" ]] && source "/home/vagrant/.rvm/scripts/rvm"' >> /home/vagrant/.bashrc
|
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
|
sudo apt-get install git-core -y
|
||||||
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
||||||
cd /vagrant/setup
|
cd /vagrant/setup
|
||||||
|
|||||||
Reference in New Issue
Block a user