mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
This was probably intended to be 'ruby $(which mailcatcher)' but it works without all that
This commit is contained in:
parent
db2bb96cf7
commit
90f36e7ab5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Create an admin account 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
|
mailcatcher # open http://localhost:1080 to see the emails, stop with pkill -f mailcatcher
|
||||||
bundle exec sidekiq # open http://localhost:3000/sidekiq to see queues
|
bundle exec sidekiq # open http://localhost:3000/sidekiq to see queues
|
||||||
bundle exec rails server
|
bundle exec rails server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue