Update INSTALL.md

This commit is contained in:
Neil Alexander 2020-05-14 16:45:40 +01:00
parent d6566c71e5
commit c0a11cd13c

View file

@ -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