summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install/structure.md24
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
+