feat: 增加本地linxu服务器部署文档

This commit is contained in:
YeMingfei666 2025-03-31 15:27:16 +08:00
parent 096a587642
commit a53ade8386
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,18 @@ chaozg123
chaozg
chaozg123
## 本地服务器192.168.1.31linux部署
上传.zip文件解压到服务器的 /home/web下
cd到/home/web下
执行命令
unzip -o dist.zip
## linux命令
sudo nginx -t # 检查一下配置文件有没有写错别字之类的小毛病
sudo systemctl restart nginx # 重启NGINX让新配置生效
## API文档
[超掌柜收银机](https://app.apifox.com/project/5827475)