Commit f2da12e9608bab186f673397530be9832da8cc00
1 parent
666cdb22
Exists in
master
and in
4 other branches
Add step to make sure tmp directory exists in /home/gitlab/gitlab/ (since the st…
…ep Setup DB fails if it doesn't. see issue #1038 for more detials.
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 |