maple-bbsa forums system based on flask
maple-bbs
This is a free,open-source forums system based on the flask
If you have used maple-bbs before 2017-4-1,please use upgrade script to upgrade data
important ! : please modify script to configure as your own database.
# session1:old database
# session2:new database
python upgrade.py
python upgrade_count.pyFeatures
- Register & login & forget password
- Board and tags
- Collect
- Like replies
- Follow tags,users,topics
- Privacy setting
- Choice markdown to ask
- Tags rss
- Avatar
- Full text search with whoosh
Installation
mkvirtualenv forumsInstall necessary package
pip install -r requirements.txtConfig
mv config.example config.pyremember to modify config file.
Init sql
python runserver.py db init
python runserver.py db migrate -m "first migrate"
python runserver.py db upgradeOr
python runserver.py initdbcreate full text index
python runserver.py create_indexCreate admin account
python runserver.py create_userLogin and visit admin
Ok ,visit forums.localhost:8000/admin to add something
Demo
Please visit forums.honmaple.org
License
maple-bbs is open-sourced software licensed under the GPL3 license
评论
