Commit 94a814d3acd3cb87823adf64aca54d7087c0b2d4
1 parent
a5a7555c
Update references to 5-3-stable in install guide
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -153,7 +153,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install |
153 | 153 | sudo -u git -H git checkout 5-4-stable |
154 | 154 | |
155 | 155 | **Note:** |
156 | -You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution! | |
156 | +You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but do so with caution! | |
157 | 157 | |
158 | 158 | ## Configure it |
159 | 159 | |
... | ... | @@ -357,10 +357,10 @@ GitLab uses [Omniauth](http://www.omniauth.org/) for authentication and already |
357 | 357 | |
358 | 358 | These steps are fairly general and you will need to figure out the exact details from the Omniauth provider's documentation. |
359 | 359 | |
360 | -* Add `gem "omniauth-your-auth-provider"` to the [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/Gemfile#L18) | |
360 | +* Add `gem "omniauth-your-auth-provider"` to the [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/5-4-stable/Gemfile#L19) | |
361 | 361 | * Run `sudo -u git -H bundle install` to install the new gem(s) |
362 | -* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/config/gitlab.yml.example#L53) as a reference) | |
363 | -* Add icons for the new provider into the [vendor/assets/images/authbuttons](https://github.com/gitlabhq/gitlabhq/tree/5-3-stable/vendor/assets/images/authbuttons) directory (you can find some more popular ones over at https://github.com/intridea/authbuttons) | |
362 | +* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://github.com/gitlabhq/gitlabhq/blob/5-4-stable/config/gitlab.yml.example#L113) as a reference) | |
363 | +* Add icons for the new provider into the [vendor/assets/images/authbuttons](https://github.com/gitlabhq/gitlabhq/tree/5-4-stable/vendor/assets/images/authbuttons) directory (you can find some more popular ones over at https://github.com/intridea/authbuttons) | |
364 | 364 | * Restart GitLab |
365 | 365 | |
366 | 366 | ### Examples | ... | ... |