update structure
This commit is contained in:
parent
f385c7212e
commit
12198bee2f
1 changed files with 5 additions and 19 deletions
|
@ -3,37 +3,23 @@
|
||||||
This is the directory structure you will end up with following the instructions in the Installation Guide.
|
This is the directory structure you will end up with following the instructions in the Installation Guide.
|
||||||
|
|
||||||
|-- home
|
|-- home
|
||||||
| |-- gitlab
|
| |-- git
|
||||||
| |-- .ssh
|
| |-- .ssh
|
||||||
| |-- gitlab
|
| |-- gitlab
|
||||||
| |-- gitlab-satellites
|
| |-- gitlab-satellites
|
||||||
| |-- git
|
| |-- gitlab-shell
|
||||||
| |-- .gitolite
|
|
||||||
| |-- .ssh
|
|
||||||
| |-- bin
|
|
||||||
| |-- gitolite
|
|
||||||
| |-- repositories
|
| |-- repositories
|
||||||
|
|
||||||
|
|
||||||
**/home/gitlab/.ssh**
|
**/home/git/.ssh**
|
||||||
Contains the Gitolite admin key GitLab uses to configure Gitolite.
|
|
||||||
|
|
||||||
**/home/gitlab/gitlab**
|
**/home/git/gitlab**
|
||||||
This is where GitLab lives.
|
This is where GitLab lives.
|
||||||
|
|
||||||
**/home/gitlab/gitlab-satellites**
|
**/home/git/gitlab-satellites**
|
||||||
Contains a copy of all repositories with a working tree.
|
Contains a copy of all repositories with a working tree.
|
||||||
It's used for merge requests, editing files, etc.
|
It's used for merge requests, editing files, etc.
|
||||||
|
|
||||||
**/home/git/.ssh**
|
|
||||||
Contains the SSH access configuration managed by Gitolite.
|
|
||||||
|
|
||||||
**/home/git/bin**
|
|
||||||
Contains Gitolite executables.
|
|
||||||
|
|
||||||
**/home/git/gitolite**
|
|
||||||
This is where Gitolite lives.
|
|
||||||
|
|
||||||
**/home/git/repositories**
|
**/home/git/repositories**
|
||||||
Holds all your repositories in bare format.
|
Holds all your repositories in bare format.
|
||||||
This is the place Git uses when you pull/push to your projects.
|
This is the place Git uses when you pull/push to your projects.
|
||||||
|
|
Loading…
Reference in a new issue