Commit 12198bee2ff321eed6f2580e40675c4081999d4f
1 parent
f385c721
Exists in
master
and in
4 other branches
update structure
Showing
1 changed file
with
5 additions
and
19 deletions
Show diff stats
doc/install/structure.md
... | ... | @@ -3,37 +3,23 @@ |
3 | 3 | This is the directory structure you will end up with following the instructions in the Installation Guide. |
4 | 4 | |
5 | 5 | |-- home |
6 | - | |-- gitlab | |
6 | + | |-- git | |
7 | 7 | | |-- .ssh |
8 | 8 | | |-- gitlab |
9 | 9 | | |-- gitlab-satellites |
10 | - | |-- git | |
11 | - | |-- .gitolite | |
12 | - | |-- .ssh | |
13 | - | |-- bin | |
14 | - | |-- gitolite | |
10 | + | |-- gitlab-shell | |
15 | 11 | | |-- repositories |
16 | 12 | |
17 | 13 | |
18 | -**/home/gitlab/.ssh** | |
19 | - Contains the Gitolite admin key GitLab uses to configure Gitolite. | |
14 | +**/home/git/.ssh** | |
20 | 15 | |
21 | -**/home/gitlab/gitlab** | |
16 | +**/home/git/gitlab** | |
22 | 17 | This is where GitLab lives. |
23 | 18 | |
24 | -**/home/gitlab/gitlab-satellites** | |
19 | +**/home/git/gitlab-satellites** | |
25 | 20 | Contains a copy of all repositories with a working tree. |
26 | 21 | It's used for merge requests, editing files, etc. |
27 | 22 | |
28 | -**/home/git/.ssh** | |
29 | - Contains the SSH access configuration managed by Gitolite. | |
30 | - | |
31 | -**/home/git/bin** | |
32 | - Contains Gitolite executables. | |
33 | - | |
34 | -**/home/git/gitolite** | |
35 | - This is where Gitolite lives. | |
36 | - | |
37 | 23 | **/home/git/repositories** |
38 | 24 | Holds all your repositories in bare format. |
39 | 25 | This is the place Git uses when you pull/push to your projects. | ... | ... |