Commit ef93cc1745dca59ceec57db23ec507f3446b64ea
1 parent
ef7e605e
Exists in
master
and in
4 other branches
Install gems with user `git`, not `gitlab`.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -306,7 +306,7 @@ GitLab uses [Omniauth](http://www.omniauth.org/) for authentication and already |
306 | 306 | These steps are fairly general and you will need to figure out the exact details from the Omniauth provider's documentation. |
307 | 307 | |
308 | 308 | * Add `gem "omniauth-your-auth-provider"` to the [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/master/Gemfile#L18) |
309 | -* Run `sudo -u gitlab -H bundle install` to install the new gem(s) | |
309 | +* Run `sudo -u git -H bundle install` to install the new gem(s) | |
310 | 310 | * 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/master/config/gitlab.yml.example#L53) as a reference) |
311 | 311 | * Add icons for the new provider into the [vendor/assets/images/authbuttons](https://github.com/gitlabhq/gitlabhq/tree/master/vendor/assets/images/authbuttons) directory (you can find some more popular ones over at https://github.com/intridea/authbuttons) |
312 | 312 | * Restart GitLab | ... | ... |