add instructions to run Delayed Job worker in bin/setup_dev

fix/rails_7_scope_merging_on_index
Christophe Bliard 3 years ago
parent d6de01e192
commit 957e95268c
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 3
      bin/setup_dev

@ -31,7 +31,8 @@ try 'bundle exec lefthook install'
echo "---------------------------------------"
echo "Done. Now start the following services"
echo '- Rails server `RAILS_ENV=development ./bin/rails s`'
echo '- Rails server `RAILS_ENV=development bin/rails server`'
echo '- Angular CLI: `npm run serve`'
echo '- Delayed Job worker: `RAILS_ENV=development bin/rails jobs:work`'
echo ""
echo 'You can also run `foreman start -f Procfile.dev` to run all the above on a single terminal.'

Loading…
Cancel
Save