From 7c93307965e53859946fe86c2a61da04cdb343ef Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 13 Dec 2012 14:00:27 +0200 Subject: [PATCH] Mention ubuntu server install script --- doc/install/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index d1d3b6912c3..b0a196fa018 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -15,6 +15,12 @@ alternative web server have a look at the "Advanced Setup Tips" section. If you find a bug/error in this guide please submit an issue or pull request following the contribution guide (see `CONTRIBUTING.md`). +**Ubuntu 12.04 x64** +If you use Ubuntu 12.04 x64 you can setup GitLab v4 with one line script. +Just replace gitlab.example.com with your domain name and run script as sudo user or root + + curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh + - - - # Overview -- GitLab