自建windows服务器如何部署egg应用(图文详解)-创新互联
1. 使用IE浏览器登陆VPN
成都创新互联公司主营铜陵网站建设的网络公司,主营网站建设方案,app开发定制,铜陵h5成都微信小程序搭建,铜陵网站营销推广欢迎铜陵等地区企业咨询
2. 远程登陆
3. 在服务器安装最新的node.js,git等
4. 下载源码> git clone ****.git
5. npm安装依赖> cd you-project> npm i
6. 使用egg单进程启动
// 安装最新的egg包 // 在项目根目录下新建run.js const egg = require('egg'); function normalizePort(val) { const listenPort = parseInt(val, 10); if (isNaN(listenPort)) { return val; } if (listenPort >= 0) { return listenPort; } return false; } const port = normalizePort(process.env.PORT) || 3000; egg.start({ ignoreWarning: true }) .then(app => { app.listen(port); app.logger.info(`server running on ${port} ...`); });
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
文章题目:自建windows服务器如何部署egg应用(图文详解)-创新互联
当前URL:http://pwwzsj.com/article/cddioj.html