diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-04 14:56:35 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-04 14:56:35 +0000 |
commit | 3a70e3d52bcc7bc807fbedd459abdc29d01983f4 (patch) | |
tree | 9b99f1ccdf518e5c2e6f4bfd2b21a6593101aa26 | |
parent | 0b743409141aa50f79563edda858a76db44b875b (diff) | |
parent | f5d7bd42f5468e27ef5f5aa126d05e9d6e88daa1 (diff) | |
download | gitlab-ci-3a70e3d52bcc7bc807fbedd459abdc29d01983f4.tar.gz |
Merge branch 'requirements' of /home/git/repositories/gitlab/gitlab-ci
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,11 +16,15 @@ GitLab CI officially supports (recent versions of) these Linux distributions: Additionally GitLab CI requires: -* GitLab 6.3+ +* GitLab 6.3+ (to host the repositories you test) * ruby 1.9.3 * MySQL or PostgreSQL -__If you want to use GitLab CI without GitLab or with older versions of GitLab you need to use [2-2-stable](https://github.com/gitlabhq/gitlab-ci/tree/2-2-stable#gitlab-ci-is-an-open-source-continuous-integration-server)__ +Hardware requirements: + +* 1GB of memory or more is recommended, 512MB works +* 2 CPU cores or more are recommended, 1 CPU core works +* A little disk space, 100MB or less ## Features |