Commit a39c910619a70e63c547bf480f4c913d0205e74b
1 parent
13978f33
Exists in
master
and in
4 other branches
added sctructure.md
Showing
2 changed files
with
25 additions
and
0 deletions
Show diff stats
ROADMAP.md
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +## Description of GitLab structure | ||
2 | + | ||
3 | + | ||
4 | +### Directory structure | ||
5 | + | ||
6 | + |-- home | ||
7 | + | |-- gitlab | ||
8 | + | |-- gitlab | ||
9 | + | |-- gitlab-satellites | ||
10 | + | |-- git | ||
11 | + | |-- repositories | ||
12 | + | |-- .gitolite | ||
13 | + | ||
14 | + | ||
15 | +gitlab | ||
16 | + Holds all the code of gitlab application. | ||
17 | + | ||
18 | +gitlab-satellites | ||
19 | + Contains a copy of all repositories with working tree. | ||
20 | + Used to automatically merge requests, edit files etc... | ||
21 | + | ||
22 | +repositories | ||
23 | + Keeps all you repositories in bare format here | ||
24 | + |