From 3f46fed0b209b637072b57e63965b8418240bf04 Mon Sep 17 00:00:00 2001 From: AEtherC0r3 Date: Sat, 25 Mar 2017 23:19:59 +0200 Subject: [PATCH] Remove reference to secrets.yml in INSTALL.md INSTALL.md references two methods for enabling openID 1) adding the provider's API keys in config/secrets.yml and 2) adding the provider's API keys as environment variable in the relevant .env files The first method is not acceptable anymore, so it is no longer mentioned --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5629272d..9cbfafcc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -71,7 +71,7 @@ $ bundle exec rake logo:reprocess ``` ### 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](https://github.com/settings/applications/new) or [Facebook](https://developers.facebook.com/)) and enter their API keys, changing the existing sample values, in `config/secrets.yml` file, or in your environment variables found in *.env.production* file. +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 the environment variables found in your *.env* file(s). ## Recurring Jobs Open a separate terminal and go into the directory where the rails app is present, and type the following to start the delayed_jobs worker for sending email notifications.