0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 18:08:59 +02:00
dendrite/docs/installation/manual/5_starting_dendrite.md
Till f956a8c1d9
Docs restructure (#2953)
Needs to be merged into `gh-pages` later on.
2023-05-30 10:02:53 +02:00

687 B

title parent grand_parent nav_order permalink
Starting Dendrite Manual Installation 5 /installation/manual/start

Starting Dendrite

Once you have completed all preparation and installation steps, you can start your Dendrite deployment by executing the dendrite binary:

./dendrite -config /path/to/dendrite.yaml

By default, Dendrite will listen HTTP on port 8008. If you want to change the addresses or ports that Dendrite listens on, you can use the -http-bind-address and -https-bind-address command line arguments:

./dendrite -config /path/to/dendrite.yaml \
    -http-bind-address 1.2.3.4:12345 \
    -https-bind-address 1.2.3.4:54321