mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 11:53:09 -06:00
Don't build all the things for the monolith
This commit is contained in:
parent
3ee997daa8
commit
d6566c71e5
|
|
@ -39,7 +39,7 @@ cd dendrite
|
||||||
Then build it:
|
Then build it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./build.sh
|
go build -o bin/dendrite-monolith-server ./cmd/dendrite-monolith-server
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building up a polylith deployment
|
## Building up a polylith deployment
|
||||||
|
|
@ -76,7 +76,7 @@ kafka/bin/zookeeper-server-start.sh -daemon kafka/config/zookeeper.properties
|
||||||
kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties
|
kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties
|
||||||
```
|
```
|
||||||
|
|
||||||
On MacOS, you can use [homebrew](https://brew.sh/) for easier setup of Kafka:
|
On macOS, you can use [Homebrew](https://brew.sh/) for easier setup of Kafka:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install kafka
|
brew install kafka
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue