Update README.md

This commit is contained in:
Neil Alexander 2020-10-08 17:12:16 +01:00 committed by GitHub
parent bc8300d20c
commit 148d37aeeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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