Commit 0c5c1157af07b344350700da97d530184ef055f1
Exists in
spb-stable
and in
3 other branches
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 | - | 31 | + |
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 |