diff options
author | Sid Sijbrandij <sytse@gitlab.com> | 2017-06-28 00:47:54 +0000 |
---|---|---|
committer | Sid Sijbrandij <sytse@gitlab.com> | 2017-06-28 00:47:54 +0000 |
commit | 604db40bbe8dfcef846360e459345313dfd4020b (patch) | |
tree | 8945b0c88c929724502ce9a297c6a5142a4a14dc | |
parent | a3f2f6006f934be90e441efdae0c3aa9132b7c90 (diff) | |
download | gitlab-ce-604db40bbe8dfcef846360e459345313dfd4020b.tar.gz |
Update architecture.md
-rw-r--r-- | doc/development/architecture.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md index acd5e3c2093..54029e00507 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -194,3 +194,7 @@ bundle exec rake gitlab:check RAILS_ENV=production ``` Note: It is recommended to log into the `git` user using `sudo -i -u git` or `sudo su - git`. While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL. + +## GitLab.com + +We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/handbook/infrastructure/production-architecture/) but this is probably over the top unless you have millions of users. |