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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
2022754d
Commit
2022754d
authored
Oct 30, 2014
by
Patricio Cano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified according to suggestions by @sytse
parent
5c645b76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
30 deletions
+5
-30
doc/raketasks/import.md
doc/raketasks/import.md
+5
-30
No files found.
doc/raketasks/import.md
View file @
2022754d
...
...
@@ -11,30 +11,11 @@
### 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`
by default, unless you changed
it in the
`/etc/gitlab/gitlab.rb`
file.
-
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
# ==========================
# GitLab Satellites
# satellites:
# Relative paths are relative to Rails.root (default: tmp/repo_satellites/)
# path: /home/git/gitlab-satellites/
# timeout: 30
satellites
:
path
:
/home/git/gitlab-satellites/
gitlab_shell
:
path
:
/home/git/gitlab-shell/
repos_path
:
/home/git/repositories/
hooks_path
:
/home/git/gitlab-shell/hooks/
upload_pack
:
true
receive_pack
:
true
your repositories are located by looking at
`config/gitlab.yml`
under the
`gitlab_shell => repos_path`
entry.
```
### Copy your bare repositories inside this newly created folder:
...
...
@@ -42,28 +23,22 @@ gitlab_shell:
$ cp -r /old/git/foo.git/ /home/git/repositories/new_group/
```
### Run the command
s
below depending on your type of installation:
### Run the command below depending on your type of installation:
#### Omnibus Installation
```
$ sudo gitlab-rake gitlab:import:repos
```
```
$ sudo gitlab-rake gitlab:satellites:create
```
#### Manual Installation
Before running th
ese commands
you need to change the directory to where your GitLab installation is located:
Before running th
is command
you need to change the directory to where your GitLab installation is located:
```
$ cd /home/git/gitlab
$ 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:
...
...
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