diff options
author | Axilleas Pipinellis <axilleas@archlinux.gr> | 2013-05-07 22:49:54 +0300 |
---|---|---|
committer | Axilleas Pipinellis <axilleas@archlinux.gr> | 2013-05-07 22:49:54 +0300 |
commit | 8dcd7343efa777bfedd27b83a708f6e9fa4f8280 (patch) | |
tree | 15baf1a0f4a9091aa4756223f42427d7b37265ff /doc/install | |
parent | 2e9599b746d5858eea0e4edcd5db4969b74c885c (diff) | |
download | gitlab-ce-8dcd7343efa777bfedd27b83a708f6e9fa4f8280.tar.gz |
Bump charlock_holmes to 0.9.6.4
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 19c613e5bba..cc89767f3c6 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -169,7 +169,7 @@ do so with caution! sudo chmod -R u+rwX tmp/pids/ sudo chmod -R u+rwX tmp/sockets/ - # Create 'uploads' directory otherwise backup will fail + # Create public/uploads directory otherwise backup will fail sudo -u git -H mkdir public/uploads sudo chmod -R u+rwX public/uploads @@ -193,7 +193,7 @@ Make sure to update username/password in config/database.yml. cd /home/git/gitlab - sudo gem install charlock_holmes --version '0.6.9' + sudo gem install charlock_holmes --version '0.6.9.4' # For MySQL (note, the option says "without") sudo -u git -H bundle install --deployment --without development test postgres |