Skip to content

Commit 3e0a9b7

Browse files
committed
minor reame tweak
1 parent cb8da33 commit 3e0a9b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/bullmq-bullboard-redis/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ The `worker` service is the queue processor that will process the jobs added to
1010

1111

1212
## Prerequisites
13+
1314
1. Download <a href="https://github.com/defang-io/defang">Defang CLI</a>
1415
2. (optional) If you are using <a href="https://docs.defang.io/docs/concepts/defang-byoc">Defang BYOC</a>, make sure you have properly <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">authenticated your AWS account</a>.
1516

1617
## Deploying
18+
1719
1. Open the terminal and type `defang login`
1820
2. Run `defang config set BOARD_PASSWORD` to set the password for the BullBoard dashboard.
1921
3. Type `defang compose up` in the CLI.
2022
4. Your app will be running within a few minutes.
2123

2224

2325
## Local Development
26+
2427
1. Run `docker compose -f compose.dev.yaml up`
2528

2629
---

0 commit comments

Comments
 (0)