mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
465 B
465 B
| title | parent | has_toc | nav_order | permalink |
|---|---|---|---|---|
| Installing as a monolith | Installation | true | 5 | /installation/install/monolith |
Installing as a monolith
You can install the Dendrite monolith binary into $GOPATH/bin by using go install:
go install ./cmd/dendrite-monolith-server
Alternatively, you can specify a custom path for the binary to be written to using go build:
go build -o /usr/local/bin/ ./cmd/dendrite-monolith-server