Skip to content

Commit

Permalink
Merge branch '6-0-stable' of github.com:gitlabhq/gitlabhq into 6-0-st…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
dzaporozhets committed Oct 4, 2013
2 parents 792d0db + 7e96df0 commit 10b0b8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/install/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ GitLab supports the following databases:
# Pick a database root password (can be anything), type it and press enter
# Retype the database root password and press enter

# Secure your installation.
sudo mysql_secure_installation

# Login to MySQL
mysql -u root -p

Expand Down
2 changes: 1 addition & 1 deletion doc/update/5.4-to-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0.

```bash
sudo rm /etc/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-0-stable/lib/support/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
```

Expand Down
2 changes: 1 addition & 1 deletion lib/support/nginx/gitlab
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GITLAB
# Maintainer: @randx
# App Version: 5.0
# App Version: 6.0

upstream gitlab {
server unix:/home/git/gitlab/tmp/sockets/gitlab.socket;
Expand Down

0 comments on commit 10b0b8f

Please sign in to comment.