标签:article https system nginx服务器 config 部署服务器 log 环境 bin
一定要一步一步来,按照文档,先按照node最新版本,因为低版本跑不起来nuxt
安装node文档 https://blog.csdn.net/shine_a/article/details/102669471/
node环境 : /etc/node/bin
一定要一步一步来,按照文档,先按照nginx 最新版本,因为低版本跑不起来
安装nginx https://www.cnblogs.com/houss/p/11282471.html
nginx服务器目录conf: /usr/local/nginx/conf/
最后部署nuxt 按照教程来
nuxt部署服务器文档: https://www.cnblogs.com/goloving/p/11380213.html
我们把.nuxt 、nuxt.config.js、pakage.json 、static、start.js放到服务器上,
然后安装依赖:npm install,最后用pm2来启动项目
pm2 start npm --name "holding" -- run start
Nginx不会自行启动。要运行Nginx,请输入:
sudo systemctl start nginx
systemctl start nginx.service 启动nginx
systemctl stop nginx.service 结束nginx
systemctl restart nginx.service 重启nginx
netstat -ntlp 查看node端口
标签:article https system nginx服务器 config 部署服务器 log 环境 bin
原文地址:https://www.cnblogs.com/hpx2020/p/12513287.html