摘要:
1.安装nodejs和forever npm install forever -g 2.制作自己nodejs的自启动文件,在此为express框架,放在/etc/init.d/*** 确定网站所在文件夹(/root/ImageServer),以及执行文件(bin/www) #!/bin/bash## 阅读全文
摘要:
一、ngix安装为windows服务 1.网站下载windows版,http://nginx.org/en/download.html,我下的是1.9.15 2.解压至本地磁盘 3.下载Windows Service Wrapper(winsw.exe),解压至ngix相同目录 4.相同目录下新建文 阅读全文