An error occurred while fetching the assigned milestone of the selected merge_request.
CentOS 6.4 install GitLab 6 0 stable ssh Auth fail
Compare changes
- Dmitriy Zaporozhets authored
Fixed the link to the init script
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 24
− 10
@@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
So you need to move all your global projects under group/users manually before update or they will be automatically moved to the owner namespace during the update.
@@ -36,17 +36,25 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
@@ -36,17 +36,25 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
@@ -54,7 +62,7 @@ cd /home/git/gitlab
@@ -54,7 +62,7 @@ cd /home/git/gitlab
@@ -63,29 +71,35 @@ sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
@@ -63,29 +71,35 @@ sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
* Make `/home/git/gitlab/config/gitlab.yml` the same as https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example but with your settings.
* Make `/home/git/gitlab/config/unicorn.rb` the same as https://github.com/gitlabhq/gitlabhq/blob/master/config/unicorn.rb.example but with your settings.
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/init.d/gitlab