-
Notifications
You must be signed in to change notification settings - Fork 809
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 instructions to setup local MySQL and Postgres #3868
Conversation
readme/contribution/CONTRIBUTING.md
Outdated
``` | ||
|
||
Then you will be able to run a basic local Cadence server for development: | ||
```bash | ||
./cadence-server start | ||
|
||
# If you use SQL DB, then run: | ||
./cadence-server --zone <mysql/postgres> start |
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.
Isn't it development_mysql/development_postgres?
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.
I think the loading logic will automatically append the value for zone
to environment
when resolving the config file path.
1a29f21
to
7f73313
Compare
af0fbf1
to
d86fc7e
Compare
@@ -0,0 +1,35 @@ | |||
# Setup local MySQL with Docker |
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.
why readme
? this name doesn't give any useful information. Maybe setup
?
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.
updated the dir name
What changed?
Add README for local SQL DB setup
Why?
Better contribution support
How did you test it?
Potential risks