![]() |
7 years ago | |
---|---|---|
forums | 7 years ago | |
screenshooter | 8 years ago | |
static | 7 years ago | |
templates | 7 years ago | |
translations | 8 years ago | |
.gitignore | 7 years ago | |
LICENSE | 9 years ago | |
README.org | 7 years ago | |
README_zh.org | 7 years ago | |
babel.cfg | 8 years ago | |
config.example | 7 years ago | |
gunicorn.conf | 7 years ago | |
manager.py | 7 years ago | |
requirements.txt | 7 years ago | |
runserver.py | 7 years ago | |
upgrade.py | 8 years ago | |
upgrade_count.py | 8 years ago |
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
mkvirtualenv forums
pip install -r requirements.txt
mv config.example config.py
remember to modify config file.
python manager.py db init python manager.py db migrate -m "first migrate" python manager.py db upgrade
Or
python manager.py init_db
python manager.py create_index
python manager.py create_user
Ok ,visit forums.localhost:5000/admin to add something
Please visit forums.honmaple.org
maple-bbs is open-sourced software licensed under the GPL3 license