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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 01:36:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 01:36:04 +0400
commit031008648f3c2ffb860c39899398dceb395d2948 (patch)
tree86812581df2956a741a5e9820b2cd46f65bbf1d3 /doc/raketasks/features.md
parent2c8a46e0fe0232e811e4bfbb0fa8d607298fdf10 (diff)
Add RAILS_ENV to rake docs
Diffstat (limited to 'doc/raketasks/features.md')
-rw-r--r--doc/raketasks/features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/features.md b/doc/raketasks/features.md
index 7a2a4b668bd..7f7daaf046c 100644
--- a/doc/raketasks/features.md
+++ b/doc/raketasks/features.md
@@ -13,7 +13,7 @@ Old path: `git@example.org:myrepo.git`
New path: `git@example.org:username/myrepo.git` or `git@example.org:groupname/myrepo.git`
```
-bundle exec rake gitlab:enable_namespaces
+bundle exec rake gitlab:enable_namespaces RAILS_ENV=production
```
@@ -22,7 +22,7 @@ bundle exec rake gitlab:enable_namespaces
This command will enable the auto merge feature. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
```
-bundle exec rake gitlab:enable_automerge
+bundle exec rake gitlab:enable_automerge RAILS_ENV=production
```
Example output: