summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-03-07 16:35:59 +0100
committerdosire <sytses@gmail.com>2014-03-07 16:35:59 +0100
commit339fce559a436998b1cfad4c5380a39a69f6582d (patch)
treee3fe8429b6ae07dec4258c19e591c66f666e5466 /doc
parentc3f088d2610b83d06091aa9fdbbb8e0cc3ea8ca3 (diff)
downloadgitlab-ce-339fce559a436998b1cfad4c5380a39a69f6582d.tar.gz
Add enterprise linux distributions as officially supported.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/requirements.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index ea172733b11..56a2a5efeb0 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -2,26 +2,24 @@
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).
-## GitLab officially supports
+## Supported Linux distributions
-- Ubuntu Linux
-- Debian/GNU Linux
-
-## GitLab.com offers paid support for
-
-- Red Hat Enterprise Linux (RHEL)
+- Ubuntu
+- Debian
- CentOS
+- RedHat Enterprise Linux
+- Scientific Linux
- Oracle Linux
-## Not officially supported are
+## Unsupported Linux distributions
- Arch Linux
- Fedora
- Gentoo
-But on the above distributions it is pretty easy to install GitLab yourself.
+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).
-## Unsupported Unix Systems
+## Unsupported Unix operating systems
There is nothing that prevents GitLab from running on other Unix operating systems.
This means you may get it to work on systems running FreeBSD or OS X.