Commit 8dcd7343efa777bfedd27b83a708f6e9fa4f8280
1 parent
2e9599b7
Exists in
master
and in
4 other branches
Bump charlock_holmes to 0.9.6.4
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -169,7 +169,7 @@ do so with caution! |
169 | 169 | sudo chmod -R u+rwX tmp/pids/ |
170 | 170 | sudo chmod -R u+rwX tmp/sockets/ |
171 | 171 | |
172 | - # Create 'uploads' directory otherwise backup will fail | |
172 | + # Create public/uploads directory otherwise backup will fail | |
173 | 173 | sudo -u git -H mkdir public/uploads |
174 | 174 | sudo chmod -R u+rwX public/uploads |
175 | 175 | |
... | ... | @@ -193,7 +193,7 @@ Make sure to update username/password in config/database.yml. |
193 | 193 | |
194 | 194 | cd /home/git/gitlab |
195 | 195 | |
196 | - sudo gem install charlock_holmes --version '0.6.9' | |
196 | + sudo gem install charlock_holmes --version '0.6.9.4' | |
197 | 197 | |
198 | 198 | # For MySQL (note, the option says "without") |
199 | 199 | sudo -u git -H bundle install --deployment --without development test postgres | ... | ... |