summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSid Sijbrandij <sytse@gitlab.com>2016-12-24 19:59:03 +0000
committerSid Sijbrandij <sytse@gitlab.com>2016-12-24 19:59:03 +0000
commit645412b57f558d58418aad278c9a3bf421439e1c (patch)
tree1c2b31c22cb20ecc8e4ea6854407e15fc13ebd9a /README.md
parent311e67299a584b029e68e60f5a1b83850e928cef (diff)
downloadgitlab-ce-645412b57f558d58418aad278c9a3bf421439e1c.tar.gz
Update stack information and remove redundancy
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7481bf16961..4e28f3aacfd 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,6 @@ To see how GitLab looks please see the [features page on our website](https://ab
- Each project can also have an issue tracker, issue board, and a wiki
- Used by more than 100,000 organizations, GitLab is the most popular solution to manage Git repositories on-premises
- Completely free and open source (MIT Expat license)
-- Powered by [Ruby on Rails](https://github.com/rails/rails)
## Hiring
@@ -75,11 +74,11 @@ Instructions on how to start GitLab and how to run the tests can be found in the
GitLab is a Ruby on Rails application that runs on the following software:
-- Ubuntu/Debian/CentOS/RHEL
+- Ubuntu/Debian/CentOS/RHEL/OpenSUSE
- Ruby (MRI) 2.3
- Git 2.8.4+
- Redis 2.8+
-- MySQL or PostgreSQL
+- PostgreSQL (preferred) or MySQL
For more information please see the [architecture documentation](https://docs.gitlab.com/ce/development/architecture.html).