more rake => rails
This commit is contained in:
parent
d85c2c92ee
commit
bce53d5260
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ Now that you have the code, run these commands:
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
npm install
|
npm install
|
||||||
rake db:migrate
|
rails db:migrate
|
||||||
rake assets:precompile # includes `npm run build` and `bin/build-apidocs.sh`
|
rails assets:precompile # includes `npm run build` and `bin/build-apidocs.sh`
|
||||||
rake perms:fix
|
rails perms:fix
|
||||||
passenger-config restart-app .
|
passenger-config restart-app .
|
||||||
|
|
||||||
forever list #find the uid of the realtime server, e.g. xQKv
|
forever list #find the uid of the realtime server, e.g. xQKv
|
||||||
|
|
Loading…
Add table
Reference in a new issue