feat: 增加本地linxu服务器部署文档
This commit is contained in:
parent
096a587642
commit
a53ade8386
12
README.md
12
README.md
|
|
@ -14,6 +14,18 @@ chaozg123
|
|||
chaozg
|
||||
chaozg123
|
||||
|
||||
## 本地服务器(192.168.1.31)linux部署
|
||||
|
||||
上传.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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue