summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-06-12 12:49:32 +0000
committerMarin Jankovski <marin@gitlab.com>2015-06-12 12:49:32 +0000
commitcb980c05d0b1ab03d43c4331dc25aeac8c0a8903 (patch)
treec305b8f55de9a112e1e01470ecb32bdf182b8e6b
parente667bfe94d291f194efce9884ad6f7f4e81768b4 (diff)
parentf04134becd64893cad240ec2b81fe39e7d4cd912 (diff)
downloadgitlab-ce-cb980c05d0b1ab03d43c4331dc25aeac8c0a8903.tar.gz
Merge branch 'update-install-docs' into 'master'
Update install docs for 7.12 See merge request !1857
-rw-r--r--doc/install/installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index badea4de214..ff0361c5e52 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -88,8 +88,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
cd /tmp
- curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.1.2.tar.gz | tar xz
- cd git-2.1.2/
+ curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz | tar xz
+ cd git-2.4.3/
./configure
make prefix=/usr/local all
@@ -195,9 +195,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-11-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-12-stable gitlab
-**Note:** You can change `7-11-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `7-12-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It