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

Cleanup: Unify MacOS and Linux Docker commands, use CLI for registration, terminology #82

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

gvdongen
Copy link
Collaborator

  • Unifies MacOS and Linus Docker commands
  • CLI added as option for deployment registration
  • Fixed the terminology around these two topics

Fixes #81
Fixes restatedev/documentation#285

@gvdongen gvdongen requested a review from tillrohrmann January 31, 2024 10:41
Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for creating this PR @gvdongen. The changes look good to me. I've left a few minor comments. +1 for merging after resolving them.

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
npx @restatedev/restate dp reg localhost:9082
npx @restatedev/restate dp reg localhost:9083
```
Now [launch the Restate Server](../../README.md#launching-the-restate-server) and [register the services](../../README.md#register-the-deployment-in-restate).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do people know that for this example there are multiple deployments to be discovered? Should we keep this information here?

@gvdongen gvdongen merged commit 8779399 into main Feb 1, 2024
2 checks passed
@gvdongen gvdongen deleted the issue81 branch February 1, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update examples to use unified docker run command for Restate Use CLI in Readme's of examples
2 participants