mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 21:15:52 +08:00
Add 'rake' to bundle install command
Without installing rake, `bundle install` fails when trying to install `sassc`.
This commit is contained in:
parent
09bb25a287
commit
bd40a6b7a0
@ -23,7 +23,7 @@ To get your Ubuntu 16.04 LTS install up and running to develop Discourse and Dis
|
||||
|
||||
rvm install 2.5.1
|
||||
rvm --default use 2.5.1 # If this error out check https://rvm.io/integration/gnome-terminal
|
||||
gem install bundler mailcatcher
|
||||
gem install bundler mailcatcher rake
|
||||
|
||||
# Postgresql
|
||||
sudo -u postgres -i
|
||||
|
Loading…
x
Reference in New Issue
Block a user