Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 770 Bytes

fruitshow

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.

Installation for Development

  1. sudo apt-get install install libncurses5-dev
  2. Install virtualenv-burrito
  3. Create a workspace and activate it
  4. Checkout the project from github
  5. pip install -r requirements.txt
  6. Install the database from the sql file
  7. Edit config.py
  8. python fruitshow.py