No Description

sh4nks 8a116c8054 Use cookiecutter to generate a new plugin 8 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs 3e42992826 Adapt flaskbb installation docs 8 years ago
flaskbb 8a116c8054 Use cookiecutter to generate a new plugin 8 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 760437e038 Add migrations to make DateTime timezone aware 8 years ago
tests 5f6b058cdc Migrate more commands to click 8 years ago
.gitignore bc89b34667 Ignore .directory files 8 years ago
.gitmodules d1606f3ce3 Update docs 8 years ago
.landscape.yml 3f685b8b73 Making pylint happy 10 years ago
.travis.yml 42ca53679d Better options for the translation commands 8 years ago
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 years ago
CHANGES d1606f3ce3 Update docs 8 years ago
LICENSE 1e7c19dbc4 Add and update source file headers 9 years ago
Makefile 3e42992826 Adapt flaskbb installation docs 8 years ago
README.md 3e42992826 Adapt flaskbb installation docs 8 years ago
babel.cfg 42ca53679d Better options for the translation commands 8 years ago
celery_worker.py 71c5559436 Try to use the production config for celery 8 years ago
pytest.ini bd7bb97f15 Add tox 8 years ago
requirements-dev.txt 24780f346e Rename test_requirements.txt to requirements-dev.txt 8 years ago
requirements.txt 020a83cf4f Remove Flask-Script as dependency 8 years ago
setup.py 81f8ecd8c8 Move commands into a package 8 years ago
tox.ini bd7bb97f15 Add tox 8 years ago
wsgi.py 059922cb96 Use the production config 11 years ago

README.md

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
  • BBCode Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System

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!