summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-06-23 20:21:15 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 08:47:14 +0300
commitfe50ada264b6c6ab9a6ae103da2f805b06bc1dcb (patch)
tree4bca0118074cbd0426ca5634f107d533d708fb6a /README.md
parent787e0bdd56f11070159fc5a9c4131ad7b09d2090 (diff)
downloadgitlab-ci-fe50ada264b6c6ab9a6ae103da2f805b06bc1dcb.tar.gz
Adding PostgreSQL to the docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5ca1504..2b708fc 100644
--- a/README.md
+++ b/README.md
@@ -9,17 +9,21 @@
### Requirements
-**The project is designed for the Linux operating system.**
+GitLab CI is designed for the Linux operating system.
-We officially support (recent versions of) these Linux distributions:
+GitLab CI officially supports (recent versions of) these Linux distributions:
-- Ubuntu Linux
-- Debian/GNU Linux
+* Ubuntu Linux
+* Debian/GNU Linux
-__We recommend to use server with at least 756MB RAM for gitlab-ci instance.__
+Additionally GitLab CI requires:
+* ruby 1.9.3
+* MySQL or PostgreSQL
-__master branch contains unstable 3.0. Use 2-2-stable branch__
+__We recommend to use a server with at least 756MB RAM for a gitlab-ci instance.__
+
+__The master branch contains the unstable 3.0. Please use the 2-2-stable branch__
### How it works