Skip to content

Commit 8dcbeb0

Browse files
committed
docs(demo): Updated demo steps for local run
1 parent db054cc commit 8dcbeb0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,20 @@ Set the following environment variable with the token:
4444
export TMDB_TOKEN=<your API read-access token>
4545
----
4646

47-
Finally use Docker Compose to launch containers for Redis and the {project-title} demo app instance:
47+
Use Docker Compose to launch containers for Redis, Prometheus and Grafana:
4848

4949
[source,console]
5050
----
5151
docker compose up
5252
----
5353

54+
Finally, launch the demo app with this command:
55+
56+
[source,console]
57+
----
58+
./gradlew bootRun
59+
----
60+
5461
// tag::demoSteps[]
5562

5663
You can access the demo at http://localhost:8080/[http://localhost:8080,window=demo].

0 commit comments

Comments
 (0)