# Matrix Synapse
> Decentralised messaging
```
cp .env.sample .env
# Change the values in .env with your configuration
mkdir -p ./volumes/{data,postgres}
# Initiate the database
docker-compose run --rm -e SYNAPSE_SERVER_NAME=EXAMPLE.COM -e SYNAPSE_REPORT_STATS=yes synapse generate
```
This is not over! For some reason we need to dig in the config file to setup postgres
Edit the database section in the config file ./volumes/data/homeserver.yaml
```
database:
name: psycopg2
args:
user: matrix
password: CHANGE_ME
database: matrix
host: db
cp_min: 5
cp_max: 10
```
Now start the containers
```
docker-compose up -d
```
Finally, Create an admin user
```
docker-compose exec synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml -a -u myuser -p mypassword
```
Git repository: https://github.com/matrix-org/synapse/
Docker infos: https://github.com/matrix-org/synapse/blob/develop/docker/README.md#generating-a-configuration-file

N201871643
- 粉丝: 1476
最新资源
- PLC控制技术及应用—机电一体化.doc
- Go语言设计模式-goDesignPattern-实战源码-Go资源
- 第一章工程项目管理概论.ppt
- CAD50个常见问题解决办法.doc
- DB22_T_1605_2012_人参中灰分、水分、水不溶性固形物、水饱和丁醇提取物的无损快速测定_近红外光谱法.pdf
- Q BJSP 1028 S-2019 莲子.pdf
- 爱莱特感应卡软件使用说明书.doc
- C语言实战应用交通处罚单管理系统.doc
- XXXX年移动电子商务新思路.pptx
- eclipse和浏览器中文显示乱码的问题总结.docx
- PLC程序的经验设计法ppt课件.ppt
- XX公司网络规划方案.doc
- 2023年信息系统项目管理师考试辅导教程用户业务.docx
- 2023年试验人员继续教育网络平台水泥混凝土砂浆.doc
- c51单片机中断详解(推荐文档).ppt
- 2022网络营销策划书_.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


