Commit 665a2f6000a3a864473edc51a193739ff8186db1

Authored by dosire
1 parent 10aa84bd

Remove duplication and link to CentOS guide.

doc/install/installation.md
@@ -10,9 +10,9 @@ If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installa @@ -10,9 +10,9 @@ If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installa
10 10
11 This guide is long because it covers many cases and includes all commands you need, this is [one of the few installation scripts that actually works out of the box](https://twitter.com/robinvdvleuten/status/424163226532986880). 11 This guide is long because it covers many cases and includes all commands you need, this is [one of the few installation scripts that actually works out of the box](https://twitter.com/robinvdvleuten/status/424163226532986880).
12 12
13 -This installation guide was created for and tested on **Debian/Ubuntu** operating systems. Please read [doc/install/requirements.md](./requirements.md) for hardware and operating system requirements. 13 +This installation guide was created for and tested on **Debian/Ubuntu** operating systems. Please read [doc/install/requirements.md](./requirements.md) for hardware and operating system requirements. An unofficial guide for RHEL/CentOS can be found in the [GitLab recipes repository](https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos).
14 14
15 -This is the official installation guide to set up a production server. To set up a **development installation** or for many other installation options please consult [the installation section in the readme](https://github.com/gitlabhq/gitlabhq#installation). 15 +This is the official installation guide to set up a production server. To set up a **development installation** or for many other installation options please see [the installation section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation).
16 16
17 The following steps have been known to work. Please **use caution when you deviate** from this guide. Make sure you don't violate any assumptions GitLab makes about its environment. For example many people run into permission problems because they changed the location of directories or run services as the wrong user. 17 The following steps have been known to work. Please **use caution when you deviate** from this guide. Make sure you don't violate any assumptions GitLab makes about its environment. For example many people run into permission problems because they changed the location of directories or run services as the wrong user.
18 18
doc/install/requirements.md
1 # Operating Systems 1 # Operating Systems
2 2
3 -GitLab is developed for the Linux operating system. 3 +GitLab is developed for the Linux operating system. For the installations options and instructions please see [the installation section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation).
4 4
5 ## GitLab officially supports 5 ## GitLab officially supports
6 6
@@ -13,13 +13,13 @@ GitLab is developed for the Linux operating system. @@ -13,13 +13,13 @@ GitLab is developed for the Linux operating system.
13 - CentOS 13 - CentOS
14 - Oracle Linux 14 - Oracle Linux
15 15
16 -## Not officially supported 16 +## Not officially supported are
17 17
18 - Arch Linux 18 - Arch Linux
19 - Fedora 19 - Fedora
20 - Gentoo 20 - Gentoo
21 21
22 -On the above distributions it is pretty easy to install GitLab yourself. 22 +But on the above distributions it is pretty easy to install GitLab yourself.
23 23
24 ## Unsupported Unix Systems 24 ## Unsupported Unix Systems
25 25
@@ -47,7 +47,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab @@ -47,7 +47,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab
47 47
48 - 1 core works for under 100 users but the responsiveness might suffer 48 - 1 core works for under 100 users but the responsiveness might suffer
49 - **2 cores** is the **recommended** number of cores and supports up to 100 users 49 - **2 cores** is the **recommended** number of cores and supports up to 100 users
50 -- 4 cores supports about 1,000 users 50 +- 4 cores supports up to 1,000 users
51 - 8 cores supports up to 10,000 users 51 - 8 cores supports up to 10,000 users
52 52
53 ## Memory 53 ## Memory
@@ -70,11 +70,6 @@ Apart from a local hard drive you can also mount a volume that supports the netw @@ -70,11 +70,6 @@ Apart from a local hard drive you can also mount a volume that supports the netw
70 70
71 If you have enough RAM memory and a recent CPU the speed of GitLab is mainly limited by hard drive seek times. Having a fast drive (7200 RPM and up) or a solid state drive (SSD) will improve the responsiveness of GitLab. 71 If you have enough RAM memory and a recent CPU the speed of GitLab is mainly limited by hard drive seek times. Having a fast drive (7200 RPM and up) or a solid state drive (SSD) will improve the responsiveness of GitLab.
72 72
73 -# Installation troubles and reporting success or failure  
74 -  
75 -If you have troubles installing GitLab following the [official installation guide](installation.md)  
76 -or want to share your experience installing GitLab on a not officially supported  
77 -platform, please follow the the [contribution guide](/CONTRIBUTING.md).  
78 73
79 # Supported webbrowsers 74 # Supported webbrowsers
80 75