mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-07 14:13:11 -06:00
28 lines
392 B
Markdown
28 lines
392 B
Markdown
---
|
|
title: Polylith
|
|
parent: Installation
|
|
has_toc: true
|
|
---
|
|
|
|
# Polylith Installation
|
|
|
|
## Requirements
|
|
|
|
In order to build a polylith deployment, you will need:
|
|
|
|
* Go 1.16 or later
|
|
* PostgreSQL 12 or later
|
|
* NATS Server 2.8.0 or later
|
|
|
|
## Build Dendrite
|
|
|
|
On UNIX systems, the `build.sh` script will build all variants of Dendrite.
|
|
|
|
```sh
|
|
./build.sh
|
|
```
|
|
|
|
## Database setup
|
|
|
|
## Configuration file
|