Commit 0eb7d64824ae19290dc898ba6bbf241217cba95f

Authored by boomshadow
1 parent 25d793ea

Update installation.md

Updated the version of Git used in the section for compiling Git from source.

Also, changed the verbiage used in the section "Initialize Database and Activate Advanced Features". It previously said to type 'yes' to install the database.
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
doc/install/installation.md
... ... @@ -92,8 +92,8 @@ Is the system packaged Git too old? Remove it and compile from source.
92 92  
93 93 # Download and compile from source
94 94 cd /tmp
95   - curl --progress https://git-core.googlecode.com/files/git-1.8.4.1.tar.gz | tar xz
96   - cd git-1.8.4.1/
  95 + curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz
  96 + cd git-1.8.5.2/
97 97 make prefix=/usr/local all
98 98  
99 99 # Install into /usr/local/bin
... ... @@ -266,7 +266,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
266 266  
267 267 sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
268 268  
269   - # Type 'yes' to create the database.
  269 + # Type 'yes' to create the database tables.
270 270  
271 271 # When done you see 'Administrator account created:'
272 272  
... ...