1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-01-11 20:08:16 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
tawords-docs/docs/manual/start/requirements.md
2021-08-07 00:54:13 +08:00

45 lines
1.7 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

# 环境
## 服务器端环境要求
> 推荐环境LNMPLinux、Nginx、PHP、MySQL
| 项目 | 环境 | 最低配置要求 | 推荐配置要求 | 说明 |
| --- | --- | --- | --- | --- |
| 服务器系统 | LinuxCentOS、Ubuntu等 / Windows Server and so on... | | | 建议使用Linux系列系统不建议使用Windows Server |
| Web Server | Nginx / Apache / IIS and so on... | | | 建议使用Nginx或Apache首选Nginx |
| 服务器端脚本语言 | PHP | <!--5.2.0-->7.3 | 7.4 | GD库版本需要大于2.0.18 |
| 数据库 | MySQL | 5.0 | 5.7 | |
<!--
参考:
- Web Server: IIS / Apache / nginx / Lighttpd / Kangle / Tengine / Caddy and so on...
- PHP 5.2 - 7.2 / HHVM 3
- MySQL 5+ / MariaDB 10+ / SQLite 3
-->
------------
## PHP扩展
GD库用户上传头像、网站登录、注册、找回密码、注销账号等时使用
------------
## 客户端环境要求
### 浏览器
> 浏览器需要开启JavaScript如果需要使用登录后相关功能还需要开启Cookie**目前市面上绝大多数浏览器都满足此条件**。
#### 兼容性
不支持IE 10 以下版本的浏览器。
#### PC端(网页)
推荐使用`Chrome`浏览器,或者使用`Chrome内核`的浏览器一般双核浏览器的极速模式为Chrome内核比如`QQ浏览器`),也可使用`Firefox`浏览器。
**非常不推荐使用IE浏览器**IE浏览器已经逐步被抛弃我们不会为其做适配经过测试确认无法在IE10及以下浏览器中运行。
#### 移动端(网页)
目前仍在测试中手机浏览器测试过QQ浏览器Firefox浏览器均可正常使用。如果您在使用过程中遇到问题也可及时联系我们。