added sctructure.md
This commit is contained in:
parent
13978f33d8
commit
a39c910619
2 changed files with 25 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* Jenkins CI integration service
|
* Jenkins CI integration service
|
||||||
* Usability improvements
|
* Usability improvements
|
||||||
|
* Notification improvements
|
||||||
|
|
||||||
### v4.2 February 22
|
### v4.2 February 22
|
||||||
|
|
||||||
|
|
24
doc/install/structure.md
Normal file
24
doc/install/structure.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
## Description of GitLab structure
|
||||||
|
|
||||||
|
|
||||||
|
### Directory structure
|
||||||
|
|
||||||
|
|-- home
|
||||||
|
| |-- gitlab
|
||||||
|
| |-- gitlab
|
||||||
|
| |-- gitlab-satellites
|
||||||
|
| |-- git
|
||||||
|
| |-- repositories
|
||||||
|
| |-- .gitolite
|
||||||
|
|
||||||
|
|
||||||
|
gitlab
|
||||||
|
Holds all the code of gitlab application.
|
||||||
|
|
||||||
|
gitlab-satellites
|
||||||
|
Contains a copy of all repositories with working tree.
|
||||||
|
Used to automatically merge requests, edit files etc...
|
||||||
|
|
||||||
|
repositories
|
||||||
|
Keeps all you repositories in bare format here
|
||||||
|
|
Loading…
Reference in a new issue