revalo / hush.mit.edu

An anonymous discussion forum for MIT Students πŸ‘€

Home Page:http://hush.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hush.mit.edu

Website Facebook

hush.mit.edu is an anonymous discussion forum for MIT Students

screenshot

Getting Started

Get all the requirements,

pip install -r requirements.txt

Run your local PostgresSQL instance.

Rename config.example.py and constants.example.py and fill in the configuration details.

Start the debug server,

python runserver.py

Use gunicorn for production deployment.

gunicorn -b :8112 -w 4 confess:app

Development

The current version heavily relies on the ORM backend to be PostgresSQL to do the ranking calculations and global level table locking for facebook posts.

Contributing

This is fairly badly written software right now and I'd love for you to help out! The best way to contribute is to submit patches via pull requests.

Notes

Inspired by wmoses showing me tjbash.org

About

An anonymous discussion forum for MIT Students πŸ‘€

http://hush.mit.edu

License:MIT License


Languages

Language:Python 71.1%Language:HTML 19.6%Language:CSS 5.8%Language:JavaScript 3.5%