Commit de7680b137658a72bf3e767b2edfca7edf4adba1

Authored by Dmitriy Zaporozhets
2 parents 2e9599b7 8dcd7343

Merge pull request #3874 from axilleas/installation-fix

Bump charlock_holmes to 0.9.6.4
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
... ...