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

Update docs

parent 800fd182
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,7 +76,7 @@ Create a user for GitLab:
 
Download the init script (will be /etc/init.d/gitlab_ci):
 
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/gitlab-ci/init.d/gitlab_ci -P /etc/init.d/
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/1-2-stable/lib/support/init.d/gitlab_ci -P /etc/init.d/
sudo chmod +x /etc/init.d/gitlab_ci
 
Make GitLab start on boot:
Loading
Loading
@@ -101,7 +101,7 @@ Start your GitLab instance:
 
Download an example site config:
 
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/gitlab-ci/nginx/gitlab_ci -P /etc/nginx/sites-available/
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/1-2-stable/lib/support/nginx/gitlab_ci -P /etc/nginx/sites-available/
sudo ln -s /etc/nginx/sites-available/gitlab_ci /etc/nginx/sites-enabled/gitlab_ci
 
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