Skip to content

gladuo/zFlaskClub

 
 

Repository files navigation

INTRODUCTION

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

This project fork from flaskbb

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

INSTALLATION

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

sudo apt-get install redis-server    

pip install -r requirements.txt

cp flaskbb/configs/development.py.example flaskbb/configs/development.py

cp flaskbb/configs/production.py.example flaskbb/configs/production.py    

python manage.py populate

python manage.py runserver

# open browser
#localhost:8080

DOCUMENTATION

The documentation is located here.

ACKNOWLEDGEMENTS

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • HTML 32.8%
  • CSS 1.9%
  • Other 0.4%