mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
docs: update docs
This commit is contained in:
parent
00ea1b898a
commit
6c10f8dcb2
@ -3,17 +3,22 @@
|
||||
|
||||
### 部署
|
||||
1. 安装aaPanel + 和docker
|
||||
|
||||
```
|
||||
# 安装Docker
|
||||
curl -sSL https://get.docker.com | bash
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
```
|
||||
# 安装宝塔
|
||||
URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_6.0_en.sh "$URL";fi;bash install_6.0_en.sh aapanel
|
||||
```
|
||||
|
||||
安装完成后我们登陆 aaPanel 进行环境的安装。
|
||||
安装完成后我们登陆 aaPanel 进行环境的安装。
|
||||
2. 选择使用LNMP的环境安装方式勾选如下信息
|
||||
☑️ Nginx 任意版本
|
||||
☑️ MySQL 5.7
|
||||
选择 Fast 快速编译后进行安装。
|
||||
>安装过程中点击 Docker 去安装一下Docker
|
||||
|
||||
<span style="color:yellow">⚠️ :无需安装php 与 redis</span>
|
||||
|
||||
@ -70,6 +75,7 @@ location ^~ / {
|
||||
proxy_set_header Server-Name $server_name;
|
||||
proxy_set_header Server-Addr $server_addr;
|
||||
proxy_set_header Server-Port $server_port;
|
||||
proxy_cache off;
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user