Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 906 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 906 Bytes

bronytv.net

Information

This is the Flask app that powers BronyTV.

It runs on Python 2, and depends on the following pip packages:

  • flask
  • requests
  • flask-sqlalchemy
  • psycopg2
  • bcrypt
  • flask-assets
  • cssmin
  • jsmin

The frontend of the app is powered by AngularJS, the source files of which are included in this repository.

In production, the application is served by Phusion Passenger, behind nginx.

Deployment is managed with Ansible, using our playbooks.

For development, a run_debug.py script is included, which may be directly executed to start a test server assuming you have all dependencies.

Contributing code

See CONTRIBUTING.md for information. Read this before committing!