Commit a39c910619a70e63c547bf480f4c913d0205e74b

Authored by Dmitriy Zaporozhets
1 parent 13978f33

added sctructure.md

Showing 2 changed files with 25 additions and 0 deletions   Show diff stats
ROADMAP.md
... ... @@ -4,6 +4,7 @@
4 4  
5 5 * Jenkins CI integration service
6 6 * Usability improvements
  7 +* Notification improvements
7 8  
8 9 ### v4.2 February 22
9 10  
... ...
doc/install/structure.md 0 → 100644
... ... @@ -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 +
... ...