From 88d101b3599f70c9de9ac56f20e1aef59e2578dc Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 26 Apr 2016 16:17:09 +0200 Subject: [PATCH] Link to GitHub OAuth application --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4ae39d77..5feeea7a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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