summaryrefslogtreecommitdiff
path: root/doc/development/emails.md
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-03-20 21:33:28 -0500
committerEric Eastwood <contact@ericeastwood.com>2018-03-21 11:52:05 -0500
commit152e6b73cade1bc6507e05f2498d79ef6218ac6e (patch)
tree3d0cc331e27cde54692ffd957b2ba1241acc5e39 /doc/development/emails.md
parent956bd6a45861dccc40591e02cf36e895a6fc4f5b (diff)
downloadgitlab-ce-152e6b73cade1bc6507e05f2498d79ef6218ac6e.tar.gz
Launch mail_room manually and remove foreman reference
Diffstat (limited to 'doc/development/emails.md')
-rw-r--r--doc/development/emails.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/development/emails.md b/doc/development/emails.md
index 677029b1295..4dbf064fd75 100644
--- a/doc/development/emails.md
+++ b/doc/development/emails.md
@@ -60,16 +60,10 @@ See the [Rails guides] for more info.
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`.
-1. Uncomment the `mail_room` line in your `Procfile`:
-
- ```yaml
- mail_room: bundle exec mail_room -q -c config/mail_room.yml
- ```
-
-1. Restart GitLab:
+1. Run this command in the GitLab root directory to launch `mail_room`:
```sh
- bundle exec foreman start
+ bundle exec mail_room -q -c config/mail_room.yml
```
1. Verify that everything is configured correctly: