Commit 8f8db776 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #5907 from boomshadow/patch-1

Update installation.md with new git version
parents 0955a45a 0eb7d648
...@@ -94,8 +94,8 @@ Is the system packaged Git too old? Remove it and compile from source. ...@@ -94,8 +94,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source # Download and compile from source
cd /tmp cd /tmp
curl --progress https://git-core.googlecode.com/files/git-1.8.4.1.tar.gz | tar xz curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz
cd git-1.8.4.1/ cd git-1.8.5.2/
make prefix=/usr/local all make prefix=/usr/local all
# Install into /usr/local/bin # Install into /usr/local/bin
...@@ -270,7 +270,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. ...@@ -270,7 +270,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
# Type 'yes' to create the database. # Type 'yes' to create the database tables.
# When done you see 'Administrator account created:' # When done you see 'Administrator account created:'
......
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