From bce53d526013aaf5abb07ed051b85516d7a9e705 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 1 Nov 2016 09:44:52 +0800 Subject: [PATCH] more rake => rails --- doc/production/pull-changes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/production/pull-changes.md b/doc/production/pull-changes.md index be3a8d64..751b8b38 100644 --- a/doc/production/pull-changes.md +++ b/doc/production/pull-changes.md @@ -24,9 +24,9 @@ Now that you have the code, run these commands: bundle install npm install - rake db:migrate - rake assets:precompile # includes `npm run build` and `bin/build-apidocs.sh` - rake perms:fix + rails db:migrate + rails assets:precompile # includes `npm run build` and `bin/build-apidocs.sh` + rails perms:fix passenger-config restart-app . forever list #find the uid of the realtime server, e.g. xQKv