From 53e4f4b69189a5342031f353d9eba42c85f301dd Mon Sep 17 00:00:00 2001 From: Nick Sahler Date: Mon, 30 Sep 2013 14:48:35 -0400 Subject: [PATCH] Changed rake to bundle exec rake. Seems to be the only thing working now. Can anyone provide insight as to why? There have been reports of this around the forums. --- docs/INSTALL-ubuntu.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 46047beb0e0..6dd648644c0 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -199,8 +199,8 @@ Initialize the database: # The database name here should match the production one in database.yml cd /var/www/discourse createdb discourse_prod - RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production rake db:migrate - RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production rake assets:precompile + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake db:migrate + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake assets:precompile Not english? Set the default language as appropriate: @@ -334,8 +334,8 @@ The corresponding site setting is: # "Check sample configuration files for new settings" # bundle install --without test --deployment - RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production rake db:migrate - RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production rake assets:precompile + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake db:migrate + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake assets:precompile # restart bluepill crontab -l # Here, run the command to start bluepill.