1.连接远程服务器
在终端中输入命令
sudo -i
password:
ssh root@10.10.10.11 (你的服务器ip,root为你的服务器名称)
password:
2.进入项目目录
我的在usr/local/nginx/html
安装xftp 可视化工具,我用的是transmit ,替换打包后的前端文件
3.重启nginx
进入项目sbin文件夹输入命令
./nginx -s stop //停止
./nginx // 启动
好记性不如烂笔头,记录一下
1.连接远程服务器
在终端中输入命令
sudo -i
password:
ssh root@10.10.10.11 (你的服务器ip,root为你的服务器名称)
password:
2.进入项目目录
我的在usr/local/nginx/html
安装xftp 可视化工具,我用的是transmit ,替换打包后的前端文件
./nginx -s stop //停止
./nginx // 启动
好记性不如烂笔头,记录一下
本文标题:前端代码部署到远程服务器
本文链接:https://www.haomeiwen.com/subject/ogoaihtx.html
网友评论