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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
03e0a759
Commit
03e0a759
authored
Jan 23, 2014
by
dosire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include a note for people that think the headers are wrong.
parent
69ff7657
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/update/6.0-to-6.5.md
doc/update/6.0-to-6.5.md
+2
-2
doc/update/6.4-to-6.5.md
doc/update/6.4-to-6.5.md
+2
-2
No files found.
doc/update/6.0-to-6.5.md
View file @
03e0a759
...
...
@@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner
```
bash
cd
/home/git/gitlab
# MySQL
# MySQL
installations (note: the line below states '--without ... postgres')
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
#
PostgreSQL
#
PostgreSQL installations (note: the line below states '--without ... mysql')
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
...
...
doc/update/6.4-to-6.5.md
View file @
03e0a759
...
...
@@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0
```
bash
cd
/home/git/gitlab
# MySQL
# MySQL
installations (note: the line below states '--without ... postgres')
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
# PostgreSQL
# PostgreSQL
installations (note: the line below states '--without ... mysql')
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
...
...
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