Skip to content

Commit

Permalink
readme: update after removing run-server from start-dev-env target
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Jul 20, 2022
1 parent e769a42 commit e066acb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ This command will:
1. Start Scylla cluster with 2 DCs 3 nodes each (6 containers)
1. Start MinIO and Prometheus containers
1. Start dedicated Scylla container for Scylla Manager datastore
1. Start Scylla Manager server on localhost

Additionally, you can start container with scylla-manager server.
```bash
make run-server
```

Docker compose environment for test cluster is located in the `testing` directory.

Expand Down

0 comments on commit e066acb

Please sign in to comment.