Commit e184df9ce7e056a0bae38d72a55f63700b6fccee

Authored by Valeriy Sizov
2 parents 5ef4f897 f2da12e9

Merge pull request #1091 from asfaltboy/patch-1

Add step to make sure tmp directory exists in /home/gitlab/gitlab/
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/installation.md
@@ -139,6 +139,8 @@ Permissions: @@ -139,6 +139,8 @@ Permissions:
139 cd /home/gitlab 139 cd /home/gitlab
140 sudo -H -u gitlab git clone -b stable git://github.com/gitlabhq/gitlabhq.git gitlab 140 sudo -H -u gitlab git clone -b stable git://github.com/gitlabhq/gitlabhq.git gitlab
141 cd gitlab 141 cd gitlab
  142 +
  143 + sudo -u gitlab mkdir tmp
142 144
143 # Rename config files 145 # Rename config files
144 sudo -u gitlab cp config/gitlab.yml.example config/gitlab.yml 146 sudo -u gitlab cp config/gitlab.yml.example config/gitlab.yml