Skip to content
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

Merged
merged 10 commits into from
Jan 7, 2021
Prev Previous commit
Next Next commit
Address comments
  • Loading branch information
yux0 authored Jan 5, 2021
commit d86fc7ecae881e55bb44315b7b91492da2e61008
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For [manual setup or upgrading](docs/persistence.md) server schema --
* If server runs with SQL database, Use [Cadence SQL tool](tools/sql/README.md) to perform various tasks on database schema of SQL based persistence

TIPS: Run `make tools` to build all tools mentioned above.
> NOTE: See [CONTRIBUTING](readme/contribution/CONTRIBUTING.md) for prerequisite of make command.
> NOTE: See [CONTRIBUTING](docs/readme/CONTRIBUTING.md) for prerequisite of make command.
### Use Cadence Web

Try out [Cadence Web UI](https://github.com/uber/cadence-web) to view your workflows on Cadence.
Expand All @@ -40,7 +40,7 @@ If you have a suggestion or change you would like to make to [cadenceworkflow.io

## Contributing

We'd love your help in making Cadence great. Please review our [contribution guide](CONTRIBUTING.md).
We'd love your help in making Cadence great. Please review our [contribution guide](docs/readme/CONTRIBUTING.md).

If you'd like to propose a new feature, first join the Cadence [discussion group](https://groups.google.com/d/forum/cadence-discussion) and [Slack channel](https://join.slack.com/t/uber-cadence/shared_invite/enQtNDczNTgxMjYxNDEzLTQyYjcxZDM2YTIxMTZkMzQ0NjgxYmI3OWY5ODhiOTliM2I5MzA4NTM4MjU4YzgzZDkwNGEzOTUzNTBlNDk3Yjc) to start a discussion and check if there are existing design discussions. Also peruse our [design docs](docs/design/index.md) in case a feature has been designed but not yet implemented. Once you're sure the proposal is not covered elsewhere, please follow our [proposal instructions](PROPOSALS.md).

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.