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
Boxiang Sun
gitlab-ce
Commits
8583d7d1
Commit
8583d7d1
authored
Dec 06, 2013
by
Rovanion Luckey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Git clone now gets the right branch from the getgo
Simplified the instructions by two steps.
parent
1dfd585f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
doc/install/installation.md
doc/install/installation.md
+2
-8
No files found.
doc/install/installation.md
View file @
8583d7d1
...
@@ -144,13 +144,10 @@ GitLab Shell is an ssh access and repository management software developed speci
...
@@ -144,13 +144,10 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git
cd /home/git
# Clone gitlab shell
# Clone gitlab shell
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git
-b v1.7.9
cd gitlab-shell
cd gitlab-shell
# switch to right version
sudo -u git -H git checkout v1.7.9
sudo -u git -H cp config.yml.example config.yml
sudo -u git -H cp config.yml.example config.yml
# Edit config and replace gitlab_url
# Edit config and replace gitlab_url
...
@@ -174,14 +171,11 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
...
@@ -174,14 +171,11 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
## Clone the Source
## Clone the Source
# Clone GitLab repository
# Clone GitLab repository
sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git
-b 6-3-stable
gitlab
# Go to gitlab dir
# Go to gitlab dir
cd /home/git/gitlab
cd /home/git/gitlab
# Checkout to stable release
sudo -u git -H git checkout 6-3-stable
**Note:**
**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-3-stable`
to
`master`
if you want the
*bleeding edge*
version, but never install master on a production server!
...
...
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