From 0a09a52b675407aa24bea185c8a53d505bc390ed Mon Sep 17 00:00:00 2001 From: alaktionov Date: Fri, 18 Oct 2024 12:57:35 +0200 Subject: [PATCH] HZX-251: Align apis-db-kafka guide with repo's README --- docs/modules/guides/pages/apis-db-kafka.adoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.