This is a web forum written in Python that aims to be a cross between Fruit Show and Vanilla.
It supports anonymous posting like Fruit Show, but also registered users like Vanilla with registration being done by invite only. Posts created by registered users are only viewed by other registered users.
- sudo apt-get install install libncurses5-dev
- Install virtualenv-burrito
- Create a workspace and activate it
- Checkout the project from github
pip install -r requirements.txt
- Install the database from the sql file
- Edit
config.py
python fruitshow.py