Updated Vagrantfile for testing docs
This commit is contained in:
parent
77f878b89c
commit
ed342a0adf
|
@ -5,13 +5,13 @@ $script = <<SCRIPT
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
|
|
||||||
# RVM/Ruby
|
# RVM/Ruby
|
||||||
sudo apt-get -qy install curl git libgmp3-dev
|
sudo apt-get -qy install curl git libgmp3-dev nodejs
|
||||||
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
|
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
|
||||||
# Install rvm and the latest version of ruby
|
# Install rvm and the latest version of ruby
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
. ~/.bash_profile
|
. ~/.bash_profile
|
||||||
rvm install ruby-2.2.2
|
rvm install ruby-2.3.1
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|
||||||
# Middleman deps
|
# Middleman deps
|
||||||
|
|
Loading…
Reference in New Issue