BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f00fdc71
Commit
f00fdc71
authored
Aug 25, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't overwrite /etc/default/gitlab.
parent
7d5c6a1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
README.md
doc/reply_by_email/README.md
+6
-4
No files found.
doc/reply_by_email/README.md
View file @
f00fdc71
...
@@ -36,7 +36,7 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
...
@@ -36,7 +36,7 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-replies@gmail.com`.
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-replies@gmail.com`.
2.
Find
`config/mail_room.yml.example`
and copy it
to
`config/mail_room.yml`
:
2.
Copy
`config/mail_room.yml.example`
to
`config/mail_room.yml`
:
```sh
```sh
sudo cp config/mail_room.yml.example config/mail_room.yml
sudo cp config/mail_room.yml.example config/mail_room.yml
...
@@ -77,10 +77,10 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
...
@@ -77,10 +77,10 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
```
```
4.
Find
`lib/support/init.d/gitlab.default.example`
and copy it to
`/etc/default/gitlab`
:
4.
Copy
`lib/support/init.d/gitlab.default.example`
to
`/etc/default/gitlab`
, if that does not already exist
:
```sh
```sh
sudo cp lib/support/init.d/gitlab.default.example /etc/default/gitlab
[ -f /etc/default/gitlab ] ||
sudo cp lib/support/init.d/gitlab.default.example /etc/default/gitlab
```
```
5.
Edit
`/etc/default/gitlab`
to enable
`mail_room`
:
5.
Edit
`/etc/default/gitlab`
to enable
`mail_room`
:
...
@@ -89,6 +89,8 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
...
@@ -89,6 +89,8 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
sudo editor /etc/default/gitlab
sudo editor /etc/default/gitlab
```
```
Either change `mail_room_enabled=false` to the below, or add it at the bottom of the file:
```sh
```sh
mail_room_enabled=true
mail_room_enabled=true
```
```
...
@@ -125,7 +127,7 @@ TODO
...
@@ -125,7 +127,7 @@ TODO
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-replies@gmail.com`.
As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-replies@gmail.com`.
2.
Find
`config/mail_room.yml.example`
and copy it
to
`config/mail_room.yml`
:
2.
Copy
`config/mail_room.yml.example`
to
`config/mail_room.yml`
:
```sh
```sh
sudo cp config/mail_room.yml.example config/mail_room.yml
sudo cp config/mail_room.yml.example config/mail_room.yml
...
...
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