Skip to content

samhains/plutoc

 
 

Repository files navigation

Web Forum

Checkout the FlaskBB Forums to see an actual running instance of FlaskBB. Use demo//demo as login for the test user.

Quickstart

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

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

About

A classic Forum Software in Python using Flask.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.1%
  • HTML 27.7%
  • CSS 7.6%
  • JavaScript 2.4%
  • Other 0.2%