Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
493d3e82
Commit
493d3e82
authored
Oct 30, 2014
by
Patricio Cano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected the wording of the documentation and the layout.
parent
19caccf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
16 deletions
+14
-16
doc/raketasks/import.md
doc/raketasks/import.md
+14
-16
No files found.
doc/raketasks/import.md
View file @
493d3e82
# Import
## Import bare repositories into your GitLab instance
## Import bare repositories into GitLab project instance
Notes:
Notes:
-
project owner will be a
first admin
-
The owner of the project will be the
first admin
-
groups will be created as needed
-
The
groups will be created as needed
-
group owner
will be the first admin
-
The owner of the group
will be the first admin
-
e
xisting projects will be skipped
-
E
xisting 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 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 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`
:
your repositories are located by looking at
`config/gitlab.yml`
:
```
```
yaml
# 3. Advanced settings
# 3. Advanced settings
# ==========================
# ==========================
...
@@ -38,7 +36,7 @@ gitlab_shell:
...
@@ -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/
$ 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/
...
@@ -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:
3.
Run the commands below depending on you type of installation:
#### Omnibus Installation
####
#
Omnibus Installation
```
```
$ sudo gitlab-rake gitlab:import:repos
$ sudo gitlab-rake gitlab:import:repos
...
@@ -55,7 +53,7 @@ $ sudo gitlab-rake gitlab:import:repos
...
@@ -55,7 +53,7 @@ $ sudo gitlab-rake gitlab:import:repos
$ sudo gitlab-rake gitlab:satellites:create
$ 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:
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
...
@@ -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
$ sudo -u git -H bundle exec rake gitlab:satellites:create
```
```
#### Example output:
####
#
Example output:
```
```
Processing abcd.git
Processing abcd.git
...
...
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