gitlabhq/doc/install/structure.md

28 lines
715 B
Markdown
Raw Normal View History

2013-01-17 13:19:40 +01:00
# GitLab directory structure
2013-01-16 15:17:21 +01:00
2013-01-17 13:19:40 +01:00
This is the directory structure you will end up with following the instructions in the Installation Guide.
2013-01-16 15:17:21 +01:00
|-- home
2013-02-05 08:17:45 +01:00
| |-- git
2013-01-17 13:19:40 +01:00
| |-- .ssh
2013-01-16 15:17:21 +01:00
| |-- gitlab
| |-- gitlab-satellites
2013-02-05 08:17:45 +01:00
| |-- gitlab-shell
2013-01-17 13:19:40 +01:00
| |-- repositories
2013-02-05 08:17:45 +01:00
**/home/git/.ssh**
2013-01-17 13:19:40 +01:00
2013-02-05 08:17:45 +01:00
**/home/git/gitlab**
2013-01-17 13:19:40 +01:00
This is where GitLab lives.
2013-02-05 08:17:45 +01:00
**/home/git/gitlab-satellites**
2013-01-17 13:19:40 +01:00
Contains a copy of all repositories with a working tree.
It's used for merge requests, editing files, etc.
2013-01-16 15:17:21 +01:00
2013-01-17 13:19:40 +01:00
**/home/git/repositories**
Holds all your repositories in bare format.
This is the place Git uses when you pull/push to your projects.
2013-01-16 15:17:21 +01:00
2013-01-17 13:19:40 +01:00
You can change them in your `config/gitlab.yml` file.