diff --git a/ROADMAP.md b/ROADMAP.md index 0a6c82e2a12..acfd2eded97 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,6 +4,7 @@ * Jenkins CI integration service * Usability improvements +* Notification improvements ### v4.2 February 22 diff --git a/doc/install/structure.md b/doc/install/structure.md new file mode 100644 index 00000000000..536c933c3bf --- /dev/null +++ b/doc/install/structure.md @@ -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 +