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
iv
gitlab-ce
Commits
58e4e6b0
Commit
58e4e6b0
authored
Mar 14, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
8839339e
cad79433
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+1
-1
spec/support/test_env.rb
spec/support/test_env.rb
+1
-1
No files found.
doc/install/installation.md
View file @
58e4e6b0
...
...
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
# 5. Database
We recommend using a PostgreSQL database. For MySQL check
[
MySQL setup guide
](
d
oc/install/d
atabase_mysql.md
)
.
We recommend using a PostgreSQL database. For MySQL check
[
MySQL setup guide
](
database_mysql.md
)
.
# Install the database packages
sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev
...
...
spec/support/test_env.rb
View file @
58e4e6b0
...
...
@@ -106,7 +106,7 @@ module TestEnv
setup_stubs
[
%W(git reset --hard --quiet)
,
%W(git clean -fx)
,
%W(git clean -fx
--quiet
)
,
%W(git checkout --quiet origin/master)
].
each
do
|
git_cmd
|
system
(
*
git_cmd
,
chdir:
seed_satellite_path
)
...
...
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