如何部署和安装 Node.js 和 MongoDB 应用程序?

How to deploy and Install Node.js and MongoDB application?

我已经从 https://www.linode.com. And I am able to set up an Ubuntu machine by following this 视频

购买了服务器

现在我不知道如何将我在本地运行的 Node.js 应用程序部署到我创建的机器上

基本上我正在寻找安装 Node.js NPM express 和 MongoDB 的步骤(我知道命令但不确定如何在我在 linode 中创建的机器上安装)

在我创建的 Ubuntu 机器上部署 Node.js 应用程序的步骤

我已经阅读了 this 文档(没有多大帮助)。

请关注下方link。 您需要使用 nginx 在服务器(代理服务器)

中路由您的节点应用程序

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-14-04