diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-06-19 09:37:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 09:37:19 +0100 |
commit | 72444e4a4f31b70dfb7ddd875ef874f637699dce (patch) | |
tree | 6699d365837c7ba330c79a7029a4e05fbfc0058d /docs | |
parent | 9e3d771a32059b96c5595b08bc1f13a481ca800b (diff) |
User API polylith component (#1151)
* User API polylith component
* Add docker-pull.sh
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 184b777d..b4c81a42 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -329,3 +329,13 @@ finished). ```bash ./bin/dendrite-key-server --config dendrite.yaml ``` + +### User server + +This manages user accounts, device access tokens and user account data, +amongst other things. + +```bash +./bin/dendrite-user-api-server --config dendrite.yaml +``` + |