diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-16 16:17:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-16 16:17:21 +0200 |
commit | a39c910619a70e63c547bf480f4c913d0205e74b (patch) | |
tree | 1e0a581684957a21c36e839d60e9d0af89791d9e /doc | |
parent | 13978f33d8469424318139921f316416eccc1b00 (diff) | |
download | gitlab-ce-a39c910619a70e63c547bf480f4c913d0205e74b.tar.gz |
added sctructure.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/structure.md | 24 |
1 files changed, 24 insertions, 0 deletions
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 + |