diff options
author | dosire <sytses@gmail.com> | 2014-05-21 13:06:12 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-05-21 13:06:12 +0200 |
commit | 60053e6e2c79e47c84f1703a35e5c073249b9086 (patch) | |
tree | 429a52528f04e68fd801c858d5cfb580db44d095 /README.md | |
parent | f420ae4b18c574e5f057e98f18f0ce7353670a4f (diff) | |
download | gitlab-ce-60053e6e2c79e47c84f1703a35e5c073249b9086.tar.gz |
It now is a metal dev install.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b2bd9d8e84f..cbbfebc81ef 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ * [GitLab packages](https://www.gitlab.com/downloads/) **recommended** These packages contain GitLab and all its depencies (Ruby, PostgreSQL, Redis, Nginx, Unicorn, etc.). They are made with [omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md) that also contains the installation instructions. -* [GitLab Chef Cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md) This cookbook can be used both for development installations and production installations. If you want to [contribute](CONTRIBUTE.md) to GitLab we suggest you follow the [development installation on a virtual machine with Vagrant](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/doc/development.md) instructions to install all testing dependencies. +* [GitLab Chef Cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md) This cookbook can be used both for development installations and production installations. If you want to [contribute](CONTRIBUTE.md) to GitLab we suggest you follow the [development installation](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/doc/development.md) instructions to install all testing dependencies. * [Manual installation guide](doc/install/installation.md) This guide to set up a production server on Ubuntu offers detailed and complete step-by-step instructions. |