diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-09 12:49:47 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-10 12:51:51 +0100 |
commit | 445cdb7579792d0d76c2562b971583bd7d05429b (patch) | |
tree | 36b7f79a5dbb6479c2d0f15d508affde6c25ed44 /doc | |
parent | 97f58bae87dfcfb36d5a7a490b1c0983435a19f4 (diff) | |
download | gitlab-ce-445cdb7579792d0d76c2562b971583bd7d05429b.tar.gz |
Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 0ece8bd9315..8028e51dbcd 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -248,8 +248,6 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Change the permissions of the directory where CI artifacts are stored sudo chmod -R u+rwX shared/artifacts/ - sudo chmod -R u+rwX shared/tmp/artifacts-uploads/ - sudo chmod -R u+rwX shared/tmp/artifacts-cache/ # Copy the example Unicorn config sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb |