Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
152e6b73
Commit
152e6b73
authored
Mar 20, 2018
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Launch mail_room manually and remove foreman reference
parent
956bd6a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
Procfile
Procfile
+0
-1
doc/development/emails.md
doc/development/emails.md
+2
-8
No files found.
Procfile
View file @
152e6b73
...
@@ -4,4 +4,3 @@
...
@@ -4,4 +4,3 @@
#
#
web: RAILS_ENV=development bin/web start_foreground
web: RAILS_ENV=development bin/web start_foreground
worker: RAILS_ENV=development bin/background_jobs start_foreground
worker: RAILS_ENV=development bin/background_jobs start_foreground
# mail_room: bundle exec mail_room -q -c config/mail_room.yml
doc/development/emails.md
View file @
152e6b73
...
@@ -60,16 +60,10 @@ See the [Rails guides] for more info.
...
@@ -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`.
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`
:
1.
Run this command in the GitLab root directory to launch
`mail_room`
:
```yaml
mail_room: bundle exec mail_room -q -c config/mail_room.yml
```
1.
Restart GitLab:
```sh
```sh
bundle exec
foreman start
bundle exec
mail_room -q -c config/mail_room.yml
```
```
1.
Verify that everything is configured correctly:
1.
Verify that everything is configured correctly:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment