summaryrefslogtreecommitdiff
path: root/doc/raketasks/import.md
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-30 13:08:10 -0500
committerPatricio Cano <patricio@gitlab.com>2014-10-30 13:08:10 -0500
commit493d3e8240d9d49952ab7c90e742ff4117fab711 (patch)
treeb074e99e410d9d0cc2bbe51e5ccac630ee0255e3 /doc/raketasks/import.md
parent19caccf77390c320b1ff4579bb72a638f5d553cf (diff)
downloadgitlab-ce-493d3e8240d9d49952ab7c90e742ff4117fab711.tar.gz
Corrected the wording of the documentation and the layout.
Diffstat (limited to 'doc/raketasks/import.md')
-rw-r--r--doc/raketasks/import.md30
1 files changed, 14 insertions, 16 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md
index e78e1480405..45a3bb855ac 100644
--- a/doc/raketasks/import.md
+++ b/doc/raketasks/import.md
@@ -1,23 +1,21 @@
-# Import
-
-## Import bare repositories into GitLab project instance
+## Import bare repositories into your GitLab instance
Notes:
-- project owner will be a first admin
-- groups will be created as needed
-- group owner will be the first admin
-- existing projects will be skipped
+- The owner of the project will be the first admin
+- The groups will be created as needed
+- The owner of the group will be the first admin
+- Existing projects will be skipped
-How to use:
+### How to use:
-1. Create a new folder inside the git repositories path. This will be the name of the new group.
+#### Create a new folder inside the git repositories path. This will be the name of the new group.
-- For omnibus-gitlab it is located at: `/var/opt/gitlab/git-data/repositories`
-- For manual installations it is usually located at: `/home/git/repositories` or you can see where
+- For omnibus-gitlab, it is located at: `/var/opt/gitlab/git-data/repositories`
+- For manual installations, it is usually located at: `/home/git/repositories` or you can see where
your repositories are located by looking at `config/gitlab.yml`:
-```
+```yaml
# 3. Advanced settings
# ==========================
@@ -38,7 +36,7 @@ gitlab_shell:
```
-2. Copy your bare repositories inside this newly created folder, e.g.:
+#### Copy your bare repositories inside this newly created folder, e.g.:
```
$ cp -r /old/git/foo.git/ /home/git/repositories/new_group/
@@ -46,7 +44,7 @@ $ cp -r /old/git/foo.git/ /home/git/repositories/new_group/
3. Run the commands below depending on you type of installation:
-#### Omnibus Installation
+##### Omnibus Installation
```
$ sudo gitlab-rake gitlab:import:repos
@@ -55,7 +53,7 @@ $ sudo gitlab-rake gitlab:import:repos
$ sudo gitlab-rake gitlab:satellites:create
```
-#### Manual Installation
+##### Manual Installation
Before running these commands you need to change the directory to where your GitLab installation is located:
@@ -67,7 +65,7 @@ $ sudo -u git -H bundle exec rake gitlab:import:repos RAILS_ENV=production
$ sudo -u git -H bundle exec rake gitlab:satellites:create
```
-#### Example output:
+##### Example output:
```
Processing abcd.git