Skip to content

Commit

Permalink
Updated Installation guidelines for README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Mar 9, 2025
1 parent d046fbf commit 7d457a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ Make sure you have [Docker](https://docs.docker.com/get-started/get-docker/) alr

Initialize Dapr locally to set up a self-hosted environment for development. This process installs Dapr sidecar binaries, runs essential services like Redis (state store and message broker) and Zipkin (observability), and prepares a default components folder. For detailed steps, see the official [guide on initializing Dapr locally](https://docs.dapr.io/getting-started/install-dapr-selfhost/).

> Currently Floki works best with dapr `1.15.0-rc.14` (until 1.15 is released). Therefore, I highly recommend to install that version.
> Currently Floki works with dapr `^1.15`.
To initialize the Dapr control plane containers and create a default configuration file, run:

```bash
dapr uninstall --all

dapr init --runtime-version=1.15.0-rc.14
dapr init
```

Verify you have container instances with `daprio/dapr`, `openzipkin/zipkin`, and `redis` images running:
Expand Down
4 changes: 2 additions & 2 deletions docs/home/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ Initialize Dapr locally to set up a self-hosted environment for development. Thi
![](../img/home_installation_init.png)

!!! info
Currently Floki works best with dapr `1.15.0-rc.14` (until 1.15 is released). Therefore, I highly recommend to install that version.
Currently Floki works with dapr `^1.15`.

To initialize the Dapr control plane containers and create a default configuration file, run:

```bash
dapr uninstall --all

dapr init --runtime-version=1.15.0-rc.14
dapr init --runtime-version=1.15
```

Verify you have container instances with `daprio/dapr`, `openzipkin/zipkin`, and `redis` images running:
Expand Down

0 comments on commit 7d457a0

Please sign in to comment.