mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Link to GitHub OAuth application
This commit is contained in:
parent
fc9d716985
commit
88d101b359
1 changed files with 2 additions and 2 deletions
|
|
@ -10,11 +10,11 @@ We use [ImageMagick](http://imagemagick.org/) for image manipulation so it needs
|
|||
If you would like to resize exisiting logos in your OSEM installation you can do so by running the following rake task:
|
||||
|
||||
```shell
|
||||
$ rake logo:reprocess
|
||||
$ bundle exec rake logo:reprocess
|
||||
```
|
||||
|
||||
## Using openID
|
||||
In order to use [openID](http://openid.net/) logins for your OSEM installation you need to register your application with the providers ([Google](https://code.google.com/apis/console#:access), GitHub or [Facebook](https://developers.facebook.com/)) and enter their API keys in `config/secrets.yml` file, changing the existing sample values.
|
||||
In order to use [openID](http://openid.net/) logins for your OSEM installation you need to register your application with the providers ([Google](https://code.google.com/apis/console#:access), [GitHub](https://github.com/settings/applications/new) or [Facebook](https://developers.facebook.com/)) and enter their API keys in `config/secrets.yml` file, changing the existing sample values.
|
||||
|
||||
|
||||
## Reocuring Jobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue