Commit e184df9c authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #1091 from asfaltboy/patch-1

Add step to make sure tmp directory exists in /home/gitlab/gitlab/
parents 5ef4f897 f2da12e9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment