开源实例之h3blog
前言
本实例是一个注重创作的轻博客系统,选用python语言flask框架开发,前端采用bootstrap4轻量模板,注重内容创作与工具开发。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Python 3.9 |
数据库 | SQLite 3 |
程序 | h3blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 SQLite
安装程序
仓库地址:https://gitee.com/pojoin/h3blog
#克隆代码
git clone https://gitee.com/pojoin/h3blog.git
cd h3blog
#安装依赖
pip install -r requirements.txt
#启动
export FLASK_ENV=development
flask run
启动后访问网站,跟随安装程序引导填写即可。
实例体验
后记
本实例仅供参考,不定期重置数据。