Retrieve oAuth Client Id from: https://console.cloud.google.com/apis/credentials
View Cloud Client UI Setup Larger
- Google Cloud Project -> APIs & Services -> Credentials -> Create Credentials -> oAuth Client Id.
- Select Web.
- Name is StarThinker.
- Auth Redirect URI is ( you can have several or change them later ): - http://localhost:8000/oauth_callback/ ( if you deploy the local UI ) - http://[your appengine instance ]/oauth_callback/ ( if you deploy on appengine ) - http://[your custom domain ]/oauth_callback/ ( if you deploy on a custom domain )
- Click the download icon next to the new credentials and open the downloaded file.
- Copy the contents and paste into the StarThinker deployment script when prompted for Client Web Credentials.
If you change the Auth Redirect URI you will need to re-download the credentials into StarThinker.
- Edit the credentials and add a new Auth Redirect URI.
- Click the download icon next to the new credentials and open the downloaded file.
- Copy the contents and paste into the StarThinker deployment script when prompted for Client Web Credentials.
source install/deploy.sh
7) Change UI Credentials
If all goes well, after deployment, the following file should exist with your credentials inside:
- starthinker_assets/client_web.json
© 2019 Google Inc. - Apache License, Version 2.0