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
bddead9e
Commit
bddead9e
authored
Jan 17, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
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.
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