Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-16 18:17:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-16 18:17:21 +0400
commita39c910619a70e63c547bf480f4c913d0205e74b (patch)
tree1e0a581684957a21c36e839d60e9d0af89791d9e /doc
parent13978f33d8469424318139921f316416eccc1b00 (diff)
added sctructure.md
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
+