Skip to content
Snippets Groups Projects
Commit 6982f5ab authored by Ben Adida's avatar Ben Adida
Browse files

better install instructions

parent 2b4c0b35
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,15 @@ pip install -r requirements.txt ...@@ -36,3 +36,15 @@ pip install -r requirements.txt
``` ```
python manage.py runserver 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment