Skip to content

Commit

Permalink
Add README details on getting GDrive working locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
asolove committed May 11, 2021
1 parent 4808dae commit 4a6358c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ At https://console.developers.google.com/project, make a project, then:

Again, you should use `http://localhost:5000` as the referer for development.


- Add the Google Drive API to your project and include the Google Drive API
Scopes in your OAuth consent screen.

- For Google accounts to work locally, you'll also need to run a local Redis instance
and put its connection url into the `REDISCLOUD_URL` variable in `.env `

## Testing with Selenium

There are tests in `test-util/` and `test/` that use Selenium to script a
Expand Down

0 comments on commit 4a6358c

Please sign in to comment.