Skip to content

ruipacheco/fruitshow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python rewrite of the original Fruit Show forum software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published