Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 738 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 738 Bytes

NOTICE !!!

Before you upgrade your group, please checkout CHANGELOG.md first.

Mixin Super Group

supergroup.mixin.one is the source code of "Mixin 中文群",which is an unlimited member group base on Mixin bot.

Prepare

  1. copy config.tpl.yaml to config.yaml
  2. Replace configurations in config.yaml, we use PostgreSQL as our database.
  3. cd web and exec npm install
  4. copy env.dev.tpl.sh to env.dev.sh and copy env.prod.tpl.sh to env.prod.sh
  5. Replace all fields in env.dev.sh and env.prod.sh

Run

Server Side

  1. ./supergroup.mixin.one handle http request
  2. ./supergroup.mixin.one -service message handle messages

Front-end

Generate static assets cd web && npm run build