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
Jérome Perrin
gitlab-ce
Commits
dd0431c5
Commit
dd0431c5
authored
8 years ago
by
Ruben Davila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some minor updates for upgrade guides for 8.12.
parent
a4c56a2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/install/installation.md
doc/install/installation.md
+2
-2
doc/update/8.11-to-8.12.md
doc/update/8.11-to-8.12.md
+1
-1
No files found.
doc/install/installation.md
View file @
dd0431c5
...
...
@@ -268,9 +268,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-1
1
-stable gitlab
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-1
2
-stable gitlab
**Note:**
You can change
`8-1
1
-stable`
to
`master`
if you want the
*bleeding edge*
version, but never install master on a production server!
**Note:**
You can change
`8-1
2
-stable`
to
`master`
if you want the
*bleeding edge*
version, but never install master on a production server!
### Configure It
...
...
This diff is collapsed.
Click to expand it.
doc/update/8.11-to-8.12.md
View file @
dd0431c5
...
...
@@ -82,7 +82,7 @@ GitLab 8.1.
```
bash
cd
/home/git/gitlab-workhorse
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout v0.7.
8
sudo
-u
git
-H
git checkout v0.7.
11
sudo
-u
git
-H
make
```
...
...
This diff is collapsed.
Click to expand 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