Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 569 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 569 Bytes

disco.recurse.com

disco community server management!

how to dev

  • see HOWTODEV-OAUTH from the RCTV project for the steps -- very tldr: start the server, start ngrok, have an oauth dev app pointing to ngrok, and have a recurse domain for the dev app as well -- in prod, it's all the same: have an oauth prod app pointing to the server, and have a recurse domain for the prod app

  • this is a flask app; make a python venv, activate it, install requirements, run it using python server.py