Commit 0c5c1157af07b344350700da97d530184ef055f1

Authored by Marin Jankovski
2 parents efe792f1 7d0438a5

Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/development/architecture.md
@@ -28,7 +28,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell @@ -28,7 +28,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell
28 28
29 ## Components 29 ## Components
30 30
31 -![GitLab Diagram Overview](resources/gitlab_diagram_overview.png "GitLab Diagram Overview") 31 +![GitLab Diagram Overview](resources/gitlab_diagram_overview.png)
32 32
33 A typical install of GitLab will be on Ubuntu Linux or RHEL/CentOS. 33 A typical install of GitLab will be on Ubuntu Linux or RHEL/CentOS.
34 It uses Nginx or Apache as a web front end to proxypass the Unicorn web server. 34 It uses Nginx or Apache as a web front end to proxypass the Unicorn web server.
@@ -180,4 +180,4 @@ bundle exec rake gitlab:check RAILS_ENV=production @@ -180,4 +180,4 @@ bundle exec rake gitlab:check RAILS_ENV=production
180 ``` 180 ```
181 181
182 Note: It is recommended to log into the `git` user using `sudo -i -u git` or `sudo su - git`. 182 Note: It is recommended to log into the `git` user using `sudo -i -u git` or `sudo su - git`.
183 -While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL. 183 -While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL.
  184 +While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL.
184 \ No newline at end of file 185 \ No newline at end of file