summaryrefslogtreecommitdiff
path: root/doc/raketasks/import.md
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-23 10:38:22 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-23 10:38:22 +0200
commitffece96dd13fc99e24d65f2a374572c218c1f892 (patch)
tree5c965cd879f5472f515e6657d5618a3c6bd0d319 /doc/raketasks/import.md
parent73c1030da1318284495288461210e8d145aa7181 (diff)
downloadgitlab-ce-ffece96dd13fc99e24d65f2a374572c218c1f892.tar.gz
Spell out rake tasks for omnibus-gitlab
Diffstat (limited to 'doc/raketasks/import.md')
-rw-r--r--doc/raketasks/import.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md
index 628bd373b8d..39b1a52a44d 100644
--- a/doc/raketasks/import.md
+++ b/doc/raketasks/import.md
@@ -15,6 +15,10 @@ How to use:
2. run the command below
```
+# omnibus-gitlab
+sudo gitlab-rake gitlab:import:repos
+
+# installation from source or cookbook
bundle exec rake gitlab:import:repos RAILS_ENV=production
```