Before you upgrade your group, please checkout CHANGELOG.md
first.
supergroup.mixin.one is the source code of "Mixin 中文群",which is an unlimited member group base on Mixin bot.
- copy
config.tpl.yaml
toconfig.yaml
- Replace configurations in
config.yaml
, we use PostgreSQL as our database. cd web
and execnpm install
- copy
env.dev.tpl.sh
toenv.dev.sh
and copyenv.prod.tpl.sh
toenv.prod.sh
- Replace all fields in
env.dev.sh
andenv.prod.sh
./supergroup.mixin.one
handle http request./supergroup.mixin.one -service message
handle messages
Generate static assets cd web && npm run build