We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fd3a1 commit b219523Copy full SHA for b219523
README.md
@@ -1,2 +1,26 @@
1
-# php-installer
2
-简单的php网站一键安装程序
+<p align="center">
+ <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