Commit 12198bee2ff321eed6f2580e40675c4081999d4f

Authored by Dmitriy Zaporozhets
1 parent f385c721

update structure

Showing 1 changed file with 5 additions and 19 deletions   Show diff stats
doc/install/structure.md
@@ -3,37 +3,23 @@ @@ -3,37 +3,23 @@
3 This is the directory structure you will end up with following the instructions in the Installation Guide. 3 This is the directory structure you will end up with following the instructions in the Installation Guide.
4 4
5 |-- home 5 |-- home
6 - | |-- gitlab 6 + | |-- git
7 | |-- .ssh 7 | |-- .ssh
8 | |-- gitlab 8 | |-- gitlab
9 | |-- gitlab-satellites 9 | |-- gitlab-satellites
10 - | |-- git  
11 - | |-- .gitolite  
12 - | |-- .ssh  
13 - | |-- bin  
14 - | |-- gitolite 10 + | |-- gitlab-shell
15 | |-- repositories 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 This is where GitLab lives. 17 This is where GitLab lives.
23 18
24 -**/home/gitlab/gitlab-satellites** 19 +**/home/git/gitlab-satellites**
25 Contains a copy of all repositories with a working tree. 20 Contains a copy of all repositories with a working tree.
26 It's used for merge requests, editing files, etc. 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 **/home/git/repositories** 23 **/home/git/repositories**
38 Holds all your repositories in bare format. 24 Holds all your repositories in bare format.
39 This is the place Git uses when you pull/push to your projects. 25 This is the place Git uses when you pull/push to your projects.