【发布时间】:2017-04-25 06:44:20
【问题描述】:
我正在关注如何在 CentOS 上使用 Systemd 和 Nginx 部署 Node.js 应用程序的教程,但我坚持要求我运行以下命令的步骤:
CD 卷曲https://raw.github.com/creationix/nvm/master/install.sh |嘘 源码~/.nvm/nvm.sh
运行后,source ~/.nvm/nvm.sh bash 返回:No such file or directory。
知道我在这里缺少什么吗?
完整的教程可以在这里找到:https://www.digitalocean.com/community/tutorials/how-to-deploy-node-js-applications-using-systemd-and-nginx
谢谢!
【问题讨论】:
标签: node.js nginx centos systemd