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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
be3e1ccb
Commit
be3e1ccb
authored
Dec 20, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point ot 6-4-stable
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6d3bb508
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/install/installation.md
doc/install/installation.md
+3
-3
No files found.
doc/install/installation.md
View file @
be3e1ccb
...
...
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git
# Clone gitlab shell
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.
7.9
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.
8.0
cd gitlab-shell
...
...
@@ -171,13 +171,13 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
## Clone the Source
# Clone GitLab repository
sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-
3
-stable gitlab
sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-
4
-stable gitlab
# Go to gitlab dir
cd /home/git/gitlab
**Note:**
You can change
`6-
3
-stable`
to
`master`
if you want the
*bleeding edge*
version, but never install master on a production server!
You can change
`6-
4
-stable`
to
`master`
if you want the
*bleeding edge*
version, but never install master on a production server!
## Configure it
...
...
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