Commit 339fce559a436998b1cfad4c5380a39a69f6582d

Authored by dosire
1 parent c3f088d2

Add enterprise linux distributions as officially supported.

Showing 2 changed files with 9 additions and 11 deletions   Show diff stats
README.md
... ... @@ -35,7 +35,7 @@
35 35  
36 36 ### Requirements
37 37  
38   -* Ubuntu/Debian**
  38 +* Ubuntu/Debian/CentOS/RHEL**
39 39 * ruby 1.9.3+
40 40 * git 1.7.10+
41 41 * redis 2.0+
... ...
doc/install/requirements.md
... ... @@ -2,26 +2,24 @@
2 2  
3 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 +## Supported Linux distributions
6 6  
7   -- Ubuntu Linux
8   -- Debian/GNU Linux
9   -
10   -## GitLab.com offers paid support for
11   -
12   -- Red Hat Enterprise Linux (RHEL)
  7 +- Ubuntu
  8 +- Debian
13 9 - CentOS
  10 +- RedHat Enterprise Linux
  11 +- Scientific Linux
14 12 - Oracle Linux
15 13  
16   -## Not officially supported are
  14 +## Unsupported Linux distributions
17 15  
18 16 - Arch Linux
19 17 - Fedora
20 18 - Gentoo
21 19  
22   -But on the above distributions it is pretty easy to install GitLab yourself.
  20 +But on the above unsupported distributions is stll possible to install GitLab yourself with the [manual installation guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md).
23 21  
24   -## Unsupported Unix Systems
  22 +## Unsupported Unix operating systems
25 23  
26 24 There is nothing that prevents GitLab from running on other Unix operating systems.
27 25 This means you may get it to work on systems running FreeBSD or OS X.
... ...