Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPavel Savchenko <asfaltboy@gmail.com>2012-07-14 11:09:26 +0400
committerPavel Savchenko <asfaltboy@gmail.com>2012-07-14 11:09:26 +0400
commitf2da12e9608bab186f673397530be9832da8cc00 (patch)
tree7185b89e4ee20f848af6d82b09f7ccebb1051dc4 /doc
parent666cdb22792dd955a286b9993d6235b4cdd68b4b (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md
index bf579b174c3..ca570913f41 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