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