summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorboomshadow <jacob@boomshadow.net>2013-12-22 14:14:17 -0500
committerboomshadow <jacob@boomshadow.net>2013-12-22 14:14:17 -0500
commit0eb7d64824ae19290dc898ba6bbf241217cba95f (patch)
tree2f09c0a584c914a10721b49a666a1bde7ea13296 /doc
parent25d793eac5a85c83985a59f1e80be59cb4882457 (diff)
downloadgitlab-ce-0eb7d64824ae19290dc898ba6bbf241217cba95f.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 02f713e7611..cc9ae805f61 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -92,8 +92,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
cd /tmp
- curl --progress https://git-core.googlecode.com/files/git-1.8.4.1.tar.gz | tar xz
- cd git-1.8.4.1/
+ curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz
+ cd git-1.8.5.2/
make prefix=/usr/local all
# Install into /usr/local/bin
@@ -266,7 +266,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
- # Type 'yes' to create the database.
+ # Type 'yes' to create the database tables.
# When done you see 'Administrator account created:'