summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-09-01 13:09:24 +0200
committerTimo Kösters <timo@koesters.xyz>2021-09-01 22:18:19 +0200
commit875b345a5f770251b640035c41148d2481beb3d3 (patch)
tree7c0e466c31504d75a69e5569238e02a4cdb8aa04 /DEPLOY.md
parent17adf096e9d916e539f47b651b584a0f2ab264f0 (diff)
downloadconduit-875b345a5f770251b640035c41148d2481beb3d3.zip
docs: update readme and version
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 8218b45..3a81eb0 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -231,4 +231,15 @@ Set it to start automatically when your system boots with:
$ sudo systemctl enable conduit
```
+## How do I know it works?
+
+You can open <https://app.element.io>, enter your homeserver and try to register.
+
+You can also use these commands as a quick health check.
+
+```bash
+$ curl https://your.server.name/_matrix/client/versions
+$ curl https://your.server.name:8448/_matrix/client/versions
+```
+
If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).