From 0c59de2e71c0cc69b89f206265892d4f5f3ee93d Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Fri, 7 Dec 2012 17:28:05 +0100 Subject: [PATCH] Make sure the user edits gitlab.yml --- doc/install/installation.md | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index ac6615a..ed04120 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -146,9 +146,14 @@ do so with caution! # Copy the example GitLab config sudo -u gitlab -H cp config/gitlab.yml.example config/gitlab.yml + # Make sure to change "localhost" to the fully-qualified domain name of your + # host serving GitLab where necessary + sudo -u gitlab -H vim config/gitlab.yml + # Copy the example Unicorn config sudo -u gitlab -H cp config/unicorn.rb.example config/unicorn.rb +**Important Note** Make sure to edit both files to match your setup. ## Install Gems -- libgit2 0.21.2