diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-04-13 12:39:11 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-04-13 12:39:11 +0300 |
commit | fd9eb4036c6e74c47573a00325312d5d6699be25 (patch) | |
tree | 00b6afb5104d4c2aedbb898a19d247fe065c8262 /doc | |
parent | 6bb71869b8c003e9e880646afa35050821e7dac9 (diff) | |
download | gitlab-ce-fd9eb4036c6e74c47573a00325312d5d6699be25.tar.gz |
Replace GitLab architecture diagram
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/architecture.md | 2 | ||||
-rw-r--r-- | doc/development/gitlab_architecture_diagram.png | bin | 0 -> 280231 bytes | |||
-rw-r--r-- | doc/development/gitlab_diagram_overview.png | bin | 256612 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md index 12e33406cb6..da25d395294 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -52,7 +52,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell ### Components -![GitLab Diagram Overview](gitlab_diagram_overview.png) +![GitLab Diagram Overview](gitlab_architecture_diagram.png) A typical install of GitLab will be on GNU/Linux. It uses Nginx or Apache as a web front end to proxypass the Unicorn web server. By default, communication between Unicorn and the front end is via a Unix domain socket but forwarding requests via TCP is also supported. The web front end accesses `/home/git/gitlab/public` bypassing the Unicorn server to serve static pages, uploads (e.g. avatar images or attachments), and precompiled assets. GitLab serves web pages and a [GitLab API](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/api) using the Unicorn web server. It uses Sidekiq as a job queue which, in turn, uses redis as a non-persistent database backend for job information, meta data, and incoming jobs. diff --git a/doc/development/gitlab_architecture_diagram.png b/doc/development/gitlab_architecture_diagram.png Binary files differnew file mode 100644 index 00000000000..184a978b11a --- /dev/null +++ b/doc/development/gitlab_architecture_diagram.png diff --git a/doc/development/gitlab_diagram_overview.png b/doc/development/gitlab_diagram_overview.png Binary files differdeleted file mode 100644 index d9b9eed3d8f..00000000000 --- a/doc/development/gitlab_diagram_overview.png +++ /dev/null |