Нет описания

honmaple 780bbb2301 init_app 7 лет назад
forums 780bbb2301 init_app 7 лет назад
screenshooter d090769c3b add default avatar with flask-avatar. add admin 8 лет назад
static bc14a1f2ae fix user model password too short problem,fix tag rss introduce 8 лет назад
templates 780bbb2301 init_app 7 лет назад
translations 6c52a48a20 update doc list,add some translations 8 лет назад
.gitignore 273bcafdb2 update 8 лет назад
LICENSE 04812ea5ee Initial commit 9 лет назад
README.org 780bbb2301 init_app 7 лет назад
README_zh.org 780bbb2301 init_app 7 лет назад
babel.cfg 238c3c4e10 add babel(timezone and locale setting) 8 лет назад
config.example 51b62a195a move login and register button to header 7 лет назад
gunicorn.conf 780bbb2301 init_app 7 лет назад
manager.py 51b62a195a move login and register button to header 7 лет назад
requirements.txt 1b3a4846b4 use flask_maple 0.4.7 8 лет назад
runserver.py 780bbb2301 init_app 7 лет назад
upgrade.py 3434ffaa67 a 8 лет назад
upgrade_count.py 5a69483beb fix tag related_tags add forums count 8 лет назад

README.org

maple-bbs

English | 中文

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.py

Features

  • 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 forums

Install necessary package

pip install -r requirements.txt

Config

mv config.example config.py

remember to modify config file.

Init sql

python manager.py db init 
python manager.py db migrate -m "first migrate"
python manager.py db upgrade

Or

python manager.py init_db

create full text index

python manager.py create_index

Create admin account

python manager.py create_user

Login and visit admin

Ok ,visit forums.localhost:5000/admin to add something

Demo

Please visit forums.honmaple.org

License

maple-bbs is open-sourced software licensed under the GPL3 license