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