Shortlink/README.md
2022-10-11 20:30:21 +08:00

45 lines
842 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ShortLink
**简体中文** | [English](./README.en.md)
代码基于 [CRZ.im](https://github.com/Caringor/CRZ.im) 二次开发,感谢原作者的辛勤劳动。
## 概述
这是一个网址缩短服务的网站的源代码。
## 安装
### 环境准备
+ 兼容 PHP 7.x
+ `Nginx 1.15+`
+ ~~`MySQL 5.5+`~~ (目前还不需要)
提示若访问量较大建议安装在具有SSD硬盘的服务器上。
### 配置修改
修改 `config.php` 的相关配置并把 `inc` 目录权限设置为 `755` 即可。
### URL 重写规则
#### Apache 用户
直接使用 `.htaccess` 文件即可。
#### Nginx 用户
需要把 `nginx-rewrite.conf` 里面的内容添加到 `Nginx` 对欲使用网站的配置文件里。
## 功能
+ 长链转短链
+ 界面简洁
+ 一键复制
## Todo List
+ 增加 `MySQL` 支持
+ More...