Update README
This commit is contained in:
parent
0c6ca6f410
commit
ffb1e91c90
@ -15,11 +15,14 @@ mongoexport --collection=users --db=rocketchat --out=users.json
|
|||||||
## Running the Matrix Dev Server
|
## Running the Matrix Dev Server
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
docker-compose run --rm -e SYNAPSE_SERVER_NAME=my.matrix.host -e SYNAPSE_REPORT_STATS=no synapse generate
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
# Register a admin user
|
# Register a admin user
|
||||||
docker-compose exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml
|
docker-compose exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml --admin --user verdiadmin --password verdiadmin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then you can access the homeserver in [Element Web](https://app.element.io/#/login) or the [local admin interface](http://localhost:8080) as `http://localhost:8008` with the `verdiadmin` as username AND password.
|
||||||
|
|
||||||
## Design Decisions
|
## Design Decisions
|
||||||
|
|
||||||
- Getting data from Rocket.Chat via (currently) manual mongodb export
|
- Getting data from Rocket.Chat via (currently) manual mongodb export
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user