Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
e1013699
Commit
e1013699
authored
May 27, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use newer version of git in installation doc.
parent
3553e36d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
doc/install/installation.md
doc/install/installation.md
+3
-3
No files found.
README.md
View file @
e1013699
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
*
Ubuntu/Debian/CentOS/RHEL
**
*
Ubuntu/Debian/CentOS/RHEL
**
*
ruby 1.9.3+
*
ruby 1.9.3+
*
git 1.
7.10
+
*
git 1.
9.3
+
*
redis 2.0+
*
redis 2.0+
*
MySQL or PostgreSQL
*
MySQL or PostgreSQL
...
...
doc/install/installation.md
View file @
e1013699
...
@@ -60,7 +60,7 @@ Make sure you have the right version of Git installed
...
@@ -60,7 +60,7 @@ Make sure you have the right version of Git installed
# Install Git
# Install Git
sudo apt-get install -y git-core
sudo apt-get install -y git-core
# Make sure Git is version 1.
7.10 or higher, for example 1.7.12 or 1.8.4
# Make sure Git is version 1.
9.3 or higher, for example 1.9.3
git --version
git --version
Is the system packaged Git too old? Remove it and compile from source.
Is the system packaged Git too old? Remove it and compile from source.
...
@@ -73,8 +73,8 @@ Is the system packaged Git too old? Remove it and compile from source.
...
@@ -73,8 +73,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.5.2
.tar.gz | tar xz
curl --progress https://
www.kernel.org/pub/software/scm/git/git-1.9.3
.tar.gz | tar xz
cd git-1.
8.5.2
/
cd git-1.
9.3
/
make prefix=/usr/local all
make prefix=/usr/local all
# Install into /usr/local/bin
# Install into /usr/local/bin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment