Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 879 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 879 Bytes

Sermo

Build Status codecov Coverage Status

A chat room plugin for AUCR

Organization Support Slack

AUCR Slack

Please contact us in the organization slack and join the Sermo room to ask any questions!

How to install

From the AUCR/aucr_app/plugins dir just git clone https://github.com/AUCR/Sermo and run the flask app.

git clone https://github.com/AUCR/AUCR
cd AUCR/aucr_app/plugins
git clone https://github.com/AUCR/Sermo
cd ../..
export FLASK_APP=aucr.py
flask run --host=127.0.0.1