Skip to content
Snippets Groups Projects
Commit b6e71360 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix resicpes to point 5-0-stable branch

parent 907a8f42
No related branches found
No related tags found
8 merge requests!104685 0 stable,!3933Merge 5.0.1 into 5.1,!3723Patch 1,!3653Corrected command to create the git user #3650,!3635Swapped gem db configs,!3605Patch 1,!3580Implemented code search feature,!3565Added missing chr.
Loading
Loading
@@ -208,7 +208,7 @@ Make sure to update username/password in config/database.yml.
 
Download the init script (will be /etc/init.d/gitlab):
 
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
 
Make GitLab start on boot:
Loading
Loading
@@ -249,7 +249,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the
 
Download an example site config:
 
sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab
sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/nginx/gitlab
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
 
Make sure to edit the config file to match your setup:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment