Add sidekiq instructions in DEVELOPMENT.md
This commit is contained in:
parent
c18b85873f
commit
4e87289249
|
@ -71,6 +71,12 @@ Wait a minute while it runs all our unit tests. Once it has completed, live relo
|
|||
|
||||
### Sending Email
|
||||
|
||||
Mail is sent asynchronously by Sidekiq, so you'll need to have sidekiq running to process jobs. Run it with this command:
|
||||
|
||||
```
|
||||
bundle exec sidekiq
|
||||
```
|
||||
|
||||
Mailcatcher is used to avoid the whole issue of actually sending emails: https://github.com/sj26/mailcatcher
|
||||
|
||||
To start mailcatcher, run the following command in the vagrant image:
|
||||
|
|
Loading…
Reference in New Issue