FlaskBB is a forum software written in python using the micro framework Flask.
- 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
- See the github issues
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
toflaskbb/configs/development.py
- For development copy
- Install dependencies and FlaskBB
make install
- Run the development server
make runserver
- Visit localhost:8080
The documentation is located here.
/r/flask, Flask, it's extensions and everyone who has helped me!