![]() |
8 лет назад | |
---|---|---|
forums | 8 лет назад | |
screenshooter | 8 лет назад | |
static | 8 лет назад | |
templates | 8 лет назад | |
translations | 8 лет назад | |
.gitignore | 8 лет назад | |
LICENSE | 9 лет назад | |
README.org | 8 лет назад | |
babel.cfg | 8 лет назад | |
config.example | 8 лет назад | |
gunicorn.conf | 8 лет назад | |
manager.py | 8 лет назад | |
requirements.txt | 8 лет назад | |
runserver.py | 8 лет назад | |
upgrade.py | 8 лет назад | |
upgrade_count.py | 8 лет назад |
This is a free,open-source forums system based on the flask
If you have used honmaple 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
Some package is not neccessary
pip install -r requirements.txt
Beacause flask_maple.rbac isn't uploaded to pypi you should
git clone https://github.com/honmaple/flask-maple cd flask-maple pip uninstall flask-maple python setup.py install
to install flask-maple
mv config.example config
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_user
Ok ,visit forums.localhost:5000/admin to add something
Please visit forums.honmaple.org
Honmaple is open-sourced software licensed under the GPL3 license