mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Update README.md
This commit is contained in:
parent
bc8300d20c
commit
148d37aeeb
|
|
@ -45,9 +45,11 @@ Also recommended are:
|
|||
|
||||
The [Federation Tester](https://federationtester.matrix.org) can be used to verify your deployment.
|
||||
|
||||
## Quick start
|
||||
## Get started
|
||||
|
||||
The following instructions are enough to get Dendrite started as a local test deployment using SQLite databases:
|
||||
If you wish to build a fully-federating Dendrite instance, see [INSTALL.md](docs/INSTALL.md). For running in Docker, see [build/docker](build/docker).
|
||||
|
||||
The following instructions are enough to get Dendrite started as a non-federating test deployment using self-signed certificates and SQLite databases:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/matrix-org/dendrite
|
||||
|
|
@ -69,8 +71,6 @@ $ ./dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config
|
|||
|
||||
Then point your favourite Matrix client at `http://localhost:8008`.
|
||||
|
||||
For full installation information, see [INSTALL.md](docs/INSTALL.md). For running in Docker, see [build/docker](build/docker).
|
||||
|
||||
## Progress
|
||||
|
||||
We use a script called Are We Synapse Yet which checks Sytest compliance rates. Sytest is a black-box homeserver
|
||||
|
|
|
|||
Loading…
Reference in a new issue