Commit de7680b1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3874 from axilleas/installation-fix

Bump charlock_holmes to 0.9.6.4
parents 2e9599b7 8dcd7343
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment