Skip to content

sujuanliu/flaskbb

 
 

Repository files navigation

Build Status Coverage Status Code Health License

Introduction

FlaskBB is a forum software written in python using the micro framework Flask.

Features

  • A Bulletin Board like FluxBB or DjangoBB in Flask
  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

Quickstart

For a complete installation guide please visit the installation documentation here.

  • Create a virtualenv
  • Configuration (adjust them accordingly to your needs)
    • For development copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:8080

Documentation

The documentation is located here.

License

BSD LICENSE

Acknowledgements

/r/flask, Flask, it's extensions and everyone who has helped me!

About

A classic Forum Software in Python using Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.9%
  • HTML 32.4%
  • CSS 8.7%
  • JavaScript 2.8%
  • Other 0.2%