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.
This commit is contained in:
parent
666cdb2279
commit
f2da12e960
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue