Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 459 Bytes

readme.md

File metadata and controls

32 lines (20 loc) · 459 Bytes

Synapse instance

Prerequisites

edit your /etc/hosts to add 127.0.0.1 matrix.local

Matrix configuration

Run this script to generate a signing key

chmod +x init.sh
./init.sh

start

docker-compose up -d

and wait a bit...

Create new matrix user

docker exec -it synapse_synapse_1 register_new_matrix_user -c /mx-conf/homeserver.yaml

Log in

You can go to your instance at http://localhost:8008