diff --git a/docs/modules/guides/pages/apis-db-kafka.adoc b/docs/modules/guides/pages/apis-db-kafka.adoc index b17a9e9..a958a84 100644 --- a/docs/modules/guides/pages/apis-db-kafka.adoc +++ b/docs/modules/guides/pages/apis-db-kafka.adoc @@ -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: [,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.