Skip to content

Commit b219523

Browse files
authored
Update README.md
1 parent e1fd3a1 commit b219523

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# php-installer
2-
简单的php网站一键安装程序
1+
<p align="center">
2+
<img src="https://img.shields.io/github/v/release/IvanHanloth/php-installer">
3+
<img src="https://img.shields.io/badge/License-MIT-green">
4+
</p>
5+
6+
7+
## 简介
8+
一个用于网站一键安装的程序。
9+
## 环境依赖
10+
PHP 5.6+
11+
## 功能
12+
- 一键保存数据库配置、导入sql文件
13+
- 检查必备运行环境
14+
- 防止重复安装
15+
## 使用方法
16+
- 开发网站前将程序置于网站根目录
17+
- 修改install/index.php中$check、$php_version、$sql_version的值($check-必需要检查的环境的数量,$php_version-php最低版本限制,$sql_version-sql最低版本限制)
18+
- 修改可能用得到的环境变量并检查
19+
- 修改license.html为用户须知内容、end.html为安装完成后显示的页面内容
20+
## 联系作者
21+
- QQ:1580272392
22+
- Email:ivan@hanloth.com
23+
- Blog:https://ivan.hanloth.cn/
24+
## 更新日志
25+
#### V1.0(更新于2022/5/1)
26+
- php-installer正式上线

0 commit comments

Comments
 (0)