Skip to content

Commit 152e6b7

Browse files
committedMar 21, 2018
Launch mail_room manually and remove foreman reference
1 parent 956bd6a commit 152e6b7

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed
 

‎Procfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55
web: RAILS_ENV=development bin/web start_foreground
66
worker: RAILS_ENV=development bin/background_jobs start_foreground
7-
# mail_room: bundle exec mail_room -q -c config/mail_room.yml

‎doc/development/emails.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,10 @@ See the [Rails guides] for more info.
6060
6161
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`.
6262

63-
1. Uncomment the `mail_room` line in your `Procfile`:
64-
65-
```yaml
66-
mail_room: bundle exec mail_room -q -c config/mail_room.yml
67-
```
68-
69-
1. Restart GitLab:
63+
1. Run this command in the GitLab root directory to launch `mail_room`:
7064

7165
```sh
72-
bundle exec foreman start
66+
bundle exec mail_room -q -c config/mail_room.yml
7367
```
7468

7569
1. Verify that everything is configured correctly:

0 commit comments

Comments
 (0)
Please sign in to comment.