File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
web : RAILS_ENV=development bin/web start_foreground
6
6
worker : RAILS_ENV=development bin/background_jobs start_foreground
7
- # mail_room: bundle exec mail_room -q -c config/mail_room.yml
Original file line number Diff line number Diff line change @@ -60,16 +60,10 @@ See the [Rails guides] for more info.
60
60
61
61
As mentioned, the part after ` +` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`.
62
62
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` :
70
64
71
65
` ` ` sh
72
- bundle exec foreman start
66
+ bundle exec mail_room -q -c config/mail_room.yml
73
67
` ` `
74
68
75
69
1. Verify that everything is configured correctly :
You can’t perform that action at this time.
0 commit comments