https://flaskbb.org/

https://github.com/sh4nks/flaskbb/

https://flaskbb.readthedocs.io/en/latest/installation.html

 

 

在github下载源码
sudo git clone https://github.com/sh4nks/flaskbb.git

安装相关依赖
pip install -r requirements.txt
编译源文件
sudo flaskbb makeconfig
尝试启动查看是否成功安装
flaskbb --config flaskbb.cfg run

安装gunicorn中间件
pip install gunicorn

使用gunicorn启动
sudo flaskbb start --host 0.0.0.0 --port 80
 

相关文章:

  • 2021-12-22
  • 2021-06-21
  • 2022-01-12
  • 2021-04-25
  • 2021-06-28
  • 2022-01-23
  • 2021-07-16
  • 2021-07-31
猜你喜欢
  • 2021-04-20
  • 2022-02-25
  • 2021-07-26
  • 2021-07-11
  • 2022-12-23
  • 2021-11-19
  • 2021-10-07
相关资源
相似解决方案