mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Update INSTALL.md
This commit is contained in:
parent
d6566c71e5
commit
c0a11cd13c
|
|
@ -20,12 +20,14 @@ use in production environments yet!
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Go 1.13+
|
Dendrite requires:
|
||||||
* Postgres 9.5+ (if using Postgres databases)
|
|
||||||
* Apache Kafka 0.10.2+ (optional if using the monolith server):
|
* Go 1.13 or higher
|
||||||
* UNIX-based system ([read more here](https://kafka.apache.org/documentation/#os))
|
* Postgres 9.5 or higher (if using Postgres databases, not needed for SQLite)
|
||||||
* JDK 1.8+ / OpenJDK 1.8+
|
|
||||||
* See [scripts/install-local-kafka.sh](scripts/install-local-kafka.sh) for up-to-date version numbers
|
If you want to run a polylith deployment, you also need:
|
||||||
|
|
||||||
|
* Apache Kafka 0.10.2+
|
||||||
|
|
||||||
## Building up a monolith deploment
|
## Building up a monolith deploment
|
||||||
|
|
||||||
|
|
@ -40,6 +42,7 @@ Then build it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build -o bin/dendrite-monolith-server ./cmd/dendrite-monolith-server
|
go build -o bin/dendrite-monolith-server ./cmd/dendrite-monolith-server
|
||||||
|
go build -o bin/generate-keys ./cmd/generate-keys
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building up a polylith deployment
|
## Building up a polylith deployment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue