-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for v9 SQL creation and connection #35
Conversation
@@ -29,7 +31,8 @@ Note: This document does not have preference over either GAE standard or flexibl | |||
1. Enable the following APIs in your project: | |||
- [Cloud Tasks API](https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com) | |||
- [Cloud Scheduler API](https://console.cloud.google.com/apis/library/cloudscheduler.googleapis.com) | |||
- [Cloud Debugger API](https://console.cloud.google.com/apis/library/clouddebugger.googleapis.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloud debugger was shut down last year
https://cloud.google.com/stackdriver/docs/deprecations/debugger-deprecation
# Creates the application on GCP | ||
gcloud app create |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to create first, otherwise appengineDeployAll
will fail
Hi @wkurniawan07, I've added the portion on creating the user with minimum privileges. For the remaining portion on data migrations (creation, edit) and changelogs using Liquibase, it'll be followed up in a future PR by @NicolasCwy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting up the docs!
Closes #34.