mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Need to define which ruby to use before installing gems in Docs
I had to tell rvm which version to use, otherwise the auto suggester will tell you to install gem using apt-get.
This commit is contained in:
parent
6237a155e7
commit
4129072d07
1 changed files with 5 additions and 0 deletions
|
@ -137,6 +137,11 @@ Continue with Discourse installation
|
||||||
|
|
||||||
# Build and install ruby
|
# Build and install ruby
|
||||||
rvm install 2.0.0
|
rvm install 2.0.0
|
||||||
|
|
||||||
|
# Use installed ruby as default
|
||||||
|
rvm use 2.0.0 --default
|
||||||
|
|
||||||
|
# Install bundler
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|
||||||
# Pull down the latest release
|
# Pull down the latest release
|
||||||
|
|
Loading…
Reference in a new issue