Skip to content

Commit c04a34f

Browse files
committed
Updated readme to reference Google client_secrets.json file
1 parent f6755be commit c04a34f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ private.py
1414
local_settings.py
1515

1616
# migrations
17-
schema/migrations/*
17+
schema/migrations/*
18+
19+
# Google secrets file
20+
gmail_setup/client_secrets.json

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Murmur uses Django with a MySQL backend (you can replace with any other backend
3838
* create file /opt/murmur/env with single word containing "dev", "staging", or "prod" for the type of server you are setting up
3939
* create file /opt/murmur/debug with single word containing "true" or "false" to turn on debug mode
4040
* edit file /opt/murmur/website with single word containing "murmur" or "squadbox" to direct to the respective landing page
41+
* If using Google integration, create a Google API project and enable the Gmail, People and Contacts APIs; generate an Oauth2 client_secrets.json file for this project and put it in the gmail_setup directory
4142

4243
#### if setting up a local email server (not necessary to run webserver)
4344
* configure your relay_server (postfix or something else) in config/settings.py

gmail_setup/client_secrets.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)