开源实例之M-Blog
前言
本实例是使用PHP+MySQL+Smarty开发的一个开源博客项目:M-Blog。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 5.6 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | M-Blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP
- 已安装 MySQL
- 已安装 Nginx
安装程序
仓库地址:https://gitee.com/helloz/mblog
#克隆代码
git clone https://gitee.com/helloz/mblog.git
cd mblog
#将 blog.sql 导入数据库并完善配置
vim config/config.php
实例体验
后记
本实例仅供参考,不定期重置数据。