From 6982f5abb0512dad6a90affd446c0ee5124b45d3 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sun, 4 Jan 2015 02:19:18 +0000 Subject: [PATCH] better install instructions --- INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b710ebd..fdb0ae1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,3 +36,15 @@ pip install -r requirements.txt ``` python manage.py runserver ``` + +* to get Google Auth working: + +** go to https://console.developers.google.com + +** create an application + +** set up oauth2 credentials as a web application, with your origin, e.g. https://myhelios.example.com, and your auth callback, which, based on our example, is https://myhelios.example.com/auth/after/ + +** still in the developer console, enable the Google+ API. + +** set the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET configuration variables accordingly. \ No newline at end of file -- GitLab