Merge pull request #6208 from discourse/rishabhnambiar-patch-1

FIX: Add rake to bundle install command
This commit is contained in:
Rishabh 2018-07-31 09:35:24 +05:30 committed by GitHub
commit d04f0f9c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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