File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ sudo chown git:git /home/git/.gitolite/hooks/common/post-receive
172
172
173
173
sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production
174
174
175
- sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master /init.d/gitlab -P /etc/init.d/
175
+ sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/4-0-stable /init.d/gitlab -P /etc/init.d/
176
176
sudo chmod +x /etc/init.d/gitlab
177
177
178
178
sudo update-rc.d gitlab defaults 21
@@ -182,7 +182,7 @@ sudo update-rc.d gitlab defaults 21
182
182
# == 7. Nginx
183
183
# ==
184
184
sudo apt-get install -y nginx
185
- sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master /nginx/gitlab -P /etc/nginx/sites-available/
185
+ sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/4-0-stable /nginx/gitlab -P /etc/nginx/sites-available/
186
186
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
187
187
188
188
You can’t perform that action at this time.
0 commit comments