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

HZX-251: Align apis-db-kafka guide with repo's README #67

Merged
merged 4 commits into from
Oct 18, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/modules/guides/pages/apis-db-kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ You should have https://docs.docker.com/engine/install/[Docker] and https://docs
In this tutorial, we're going to deploy {short-product-name}, as well as a few demo projects
that we'll use throughout.

Everything you need is packaged up in a Docker Compose file to make getting started easier.
Everything you need is packaged up in a Docker Compose file to make getting started easier.

To launch, run the following in your command line:
To launch, clone the repository and follow instructions in the README file:
alaktionov marked this conversation as resolved.
Show resolved Hide resolved

[,bash]
----
git clone https://github.com/hazelcast/hazelcast-flow-public-demos.git
cd hazelcast-flow-public-demos/films-demo
docker compose up -d
----

After about a minute, {short-product-name} should be available at http://localhost:9021.
Expand Down
Loading