Update README.md

This commit is contained in:
任宝硕 2020-03-10 07:59:00 +08:00 committed by GitHub
parent e3e7ce966b
commit b08b5d9585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# ShortLink
代码基于 [CRZ.im](https://github.com/Caringor/CRZ.im) 开发,感谢原作者的辛勤劳动。
代码基于 [CRZ.im](https://github.com/Caringor/CRZ.im) 二次开发,感谢原作者的辛勤劳动。
## 概述
@ -10,7 +10,25 @@ Demo: <https://1bs.co/>
## 安装
本项目基于 `PHP``SQLite` 进行开发,您只需要修改 `config.php` 的相关配置并把 inc 目录权限设置为可读写即可。对于 `Nginx` 用户,则还需把 `nginx-rewrite.conf` 里面的内容添加到 `Nginx` 的配置文件里。
### 环境准备
+ `PHP 7.0+`
+ `Nginx 1.15+`
+ ~~`MySQL 5.5+`~~ (目前还不需要)
### 配置修改
修改 `config.php` 的相关配置并把 `inc` 目录权限设置为 `755` 即可。
### URL 重写规则
#### Apache 用户
直接使用 `.htaccess` 文件即可。
#### Nginx 用户
需要把 `nginx-rewrite.conf` 里面的内容添加到 `Nginx` 的配置文件里。
## 功能