diff options
| author | Valeriy Sizov <vsv2711@gmail.com> | 2012-07-16 02:15:38 -0700 |
|---|---|---|
| committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-07-16 02:15:38 -0700 |
| commit | e184df9ce7e056a0bae38d72a55f63700b6fccee (patch) | |
| tree | 4b00dc36424c641edcbebd3dd49599e83556515f /doc | |
| parent | 5ef4f8975f45f52c1e2b8f8b2cddd8a3b33d2cc0 (diff) | |
| parent | f2da12e9608bab186f673397530be9832da8cc00 (diff) | |
| download | gitlab-ce-e184df9ce7e056a0bae38d72a55f63700b6fccee.tar.gz | |
Merge pull request #1091 from asfaltboy/patch-1
Add step to make sure tmp directory exists in /home/gitlab/gitlab/
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 73f6f4c293e..828048b816f 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 |
