Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Staff
Public Gitlab
Commits
bddead9e
Commit
bddead9e
authored
12 years ago
by
Riyad Preukschas
Browse files
Options
Download
Email Patches
Plain Diff
Update doc/install/structure.md
parent
b08bb209
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
11 deletions
+28
-11
doc/install/structure.md
doc/install/structure.md
+28
-11
No files found.
doc/install/structure.md
View file @
bddead9e
#
# Description of GitLab
structure
#
GitLab directory
structure
### Directory structure
This is the directory structure you will end up with following the instructions in the Installation Guide.
|-- home
| |-- gitlab
| |-- .ssh
| |-- gitlab
| |-- gitlab-satellites
| |-- git
| |-- repositories
| |-- .gitolite
| |-- .ssh
| |-- bin
| |-- gitolite
| |-- repositories
**/home/gitlab/.ssh**
Contains the Gitolite admin key GitLab uses to configure Gitolite.
**/home/gitlab/gitlab**
This is where GitLab lives.
**/home/gitlab/gitlab-satellites**
Contains a copy of all repositories with a working tree.
It's used for merge requests, editing files, etc.
**/home/git/.ssh**
Contains the SSH access configuration managed by Gitolite.
gitlab
Holds all the code of gitlab application
.
**/home/git/bin**
Contains Gitolite executables
.
gitlab-satellites
Contains a copy of all repositories with working tree.
Used to automatically merge requests, edit files etc...
**/home/git/gitolite**
This is where Gitolite lives.
repositories
Keeps all you repositories in bare format here
**/home/git/repositories**
Holds all your repositories in bare format.
This is the place Git uses when you pull/push to your projects.
You can change them in your
`config/gitlab.yml`
file.
This diff is collapsed.
Click to expand it.
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