From f2da12e9608bab186f673397530be9832da8cc00 Mon Sep 17 00:00:00 2001 From: Pavel Savchenko Date: Sat, 14 Jul 2012 10:09:26 +0300 Subject: [PATCH] Add step to make sure tmp directory exists in /home/gitlab/gitlab/ (since the step Setup DB fails if it doesn't. see issue #1038 for more detials. --- doc/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index bf579b17..ca570913 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -139,6 +139,8 @@ Permissions: cd /home/gitlab sudo -H -u gitlab git clone -b stable git://github.com/gitlabhq/gitlabhq.git gitlab cd gitlab + + sudo -u gitlab mkdir tmp # Rename config files sudo -u gitlab cp config/gitlab.yml.example config/gitlab.yml