diff --git a/ROADMAP.md b/ROADMAP.md index 0a6c82e2a120e8334ab874aa51af4dfe096b5d62..acfd2eded973edfa616f3022557db83d8839d6d4 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 0000000000000000000000000000000000000000..536c933c3bff0906d4d06875e281e770e04c8741 --- /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 +