Commit e33aa2329936b38568d8621ba427373035a75a6b
1 parent
ee43e924
Update docs to use 4-1-stable
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -190,10 +190,10 @@ See `doc/install/databases.md` |
190 | 190 | cd /home/gitlab/gitlab |
191 | 191 | |
192 | 192 | # Checkout to stable release |
193 | - sudo -u gitlab -H git checkout 4-0-stable | |
193 | + sudo -u gitlab -H git checkout 4-1-stable | |
194 | 194 | |
195 | 195 | **Note:** |
196 | -You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but | |
196 | +You can change `4-1-stable` to `master` if you want the *bleeding edge* version, but | |
197 | 197 | do so with caution! |
198 | 198 | |
199 | 199 | ## Configure it |
... | ... | @@ -267,7 +267,7 @@ used for the `email.from` setting in `config/gitlab.yml`) |
267 | 267 | |
268 | 268 | Download the init script (will be /etc/init.d/gitlab): |
269 | 269 | |
270 | - sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab | |
270 | + sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/init.d/gitlab | |
271 | 271 | sudo chmod +x /etc/init.d/gitlab |
272 | 272 | |
273 | 273 | Make GitLab start on boot: |
... | ... | @@ -308,7 +308,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the |
308 | 308 | |
309 | 309 | Download an example site config: |
310 | 310 | |
311 | - sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab | |
311 | + sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/nginx/gitlab | |
312 | 312 | sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab |
313 | 313 | |
314 | 314 | Make sure to edit the config file to match your setup: | ... | ... |