Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 7437bd9

Browse files
committed
Merge pull request #272 from RaymiiOrg/patch-1
Init script is already checked out and does not need to be downloaded ag...
2 parents 681c90d + 7e97748 commit 7437bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ You can use either MySQL or PostgreSQL.
143143

144144
## 7. Install Init Script
145145

146-
Download the init script (will be /etc/init.d/gitlab_ci):
146+
Copy the init script (will be /etc/init.d/gitlab_ci):
147147

148-
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/master/lib/support/init.d/gitlab_ci -P /etc/init.d/
148+
sudo cp /home/gitlab_ci/gitlab-ci/lib/support/init.d/gitlab_ci /etc/init.d/gitlab_ci
149149
sudo chmod +x /etc/init.d/gitlab_ci
150150

151151
Make GitLab start on boot:
@@ -170,7 +170,7 @@ Start your GitLab instance:
170170

171171
Download an example site config:
172172

173-
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/master/lib/support/nginx/gitlab_ci -P /etc/nginx/sites-available/
173+
sudo cp /home/gitlab_ci/gitlab-ci/lib/support/nginx/gitlab_ci /etc/nginx/sites-available/gitlab_ci
174174
sudo ln -s /etc/nginx/sites-available/gitlab_ci /etc/nginx/sites-enabled/gitlab_ci
175175

176176
Make sure to edit the config file to match your setup:

0 commit comments

Comments
 (0)