Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-22 01:03:16 +0300
committerDouwe Maan <douwe@gitlab.com>2015-08-22 01:03:16 +0300
commit50baa1fdd1be1090c0d8ae6f7346d82f07369657 (patch)
tree01005b64abcb819743dcad88d5295cc8aa6e9de4 /doc
parent69708dab9f6e1c265dd2bf80eafc39bf68c356e0 (diff)
Add development section to doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/reply_by_email/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reply_by_email/README.md b/doc/reply_by_email/README.md
index 1a0ce79bc5b..358e48abccc 100644
--- a/doc/reply_by_email/README.md
+++ b/doc/reply_by_email/README.md
@@ -87,13 +87,13 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`. If you'
mail_room_enabled=true
```
-6. Restart GitLab
+6. Restart GitLab:
```sh
sudo service gitlab restart
```
-7. Check if everything is configured correctly
+7. Check if everything is configured correctly:
```sh
sudo bundle exec rake gitlab:reply_by_email:check RAILS_ENV=production