Skip to content

Commit aeedef0

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-24: Add a quickstart page
1 parent 4eb9690 commit aeedef0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
## 👷♂ Configuration
2525

26+
* [Quick Start](configuration/quick-start.md)
2627
* [Configuration wizard](configuration/configuration-wizard.md)
2728
* [Permissions](configuration/permissions/README.md)
2829
* [Required Kafka ACLs](configuration/configuration/required-acls.md)

configuration/quick-start.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Quick Start
2+
3+
1. Ensure you have docker installed
4+
2. Ensure your kafka cluster is available from the machine you're planning to run the app on
5+
3. Run the following:
6+
7+
```
8+
docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true provectuslabs/kafka-ui
9+
```
10+
11+
4. Go to \`[http://localhost:8080/ui/clusters/create-new-cluster](http://localhost:8080/ui/clusters/create-new-cluster)\` and configure your first cluster by pressing on "Configure new cluster" button.
12+
13+
When you're done with testing, you can refer to the next articles to persist your config & deploy the app wherever you need to.

0 commit comments

Comments
 (0)