Commit 0c59de2e71c0cc69b89f206265892d4f5f3ee93d

Authored by Riyad Preukschas
1 parent 4af26f66

Make sure the user edits gitlab.yml

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
doc/install/installation.md
@@ -146,9 +146,14 @@ do so with caution! @@ -146,9 +146,14 @@ do so with caution!
146 # Copy the example GitLab config 146 # Copy the example GitLab config
147 sudo -u gitlab -H cp config/gitlab.yml.example config/gitlab.yml 147 sudo -u gitlab -H cp config/gitlab.yml.example config/gitlab.yml
148 148
  149 + # Make sure to change "localhost" to the fully-qualified domain name of your
  150 + # host serving GitLab where necessary
  151 + sudo -u gitlab -H vim config/gitlab.yml
  152 +
149 # Copy the example Unicorn config 153 # Copy the example Unicorn config
150 sudo -u gitlab -H cp config/unicorn.rb.example config/unicorn.rb 154 sudo -u gitlab -H cp config/unicorn.rb.example config/unicorn.rb
151 155
  156 +**Important Note**
152 Make sure to edit both files to match your setup. 157 Make sure to edit both files to match your setup.
153 158
154 ## Install Gems 159 ## Install Gems