mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 14:15:14 +08:00
Merge pull request #4993 from dmacjam/fix_sidekiq_documentation
FIX: run sidekiq command documentation
This commit is contained in:
commit
14ce24eb9a
|
@ -64,7 +64,7 @@ Create a test account, and enable it with:
|
||||||
Discourse does a lot of stuff async, so it's better to run sidekiq even on development mode:
|
Discourse does a lot of stuff async, so it's better to run sidekiq even on development mode:
|
||||||
|
|
||||||
ruby $(mailcatcher) # open http://localhost:1080 to see the emails, stop with pkill -f mailcatcher
|
ruby $(mailcatcher) # open http://localhost:1080 to see the emails, stop with pkill -f mailcatcher
|
||||||
bundle exec sidekiq -q critical,low,default -d -l log/sidekiq.log # open http://localhost:3000/sidekiq to see the queue, stop with pkill -f sidekiq
|
bundle exec sidekiq # open http://localhost:3000/sidekiq to see queues
|
||||||
bundle exec rails server
|
bundle exec rails server
|
||||||
|
|
||||||
And happy hacking!
|
And happy hacking!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user