0

I have purchase a server from https://www.linode.com. And I am able to set up an Ubuntu machine by following this video

Now I have no clue how to deploy my Node.js application which is working in my local to the machine I have created

Basically I am looking for steps to install Node.js NPM express and MongoDB (I know the commands but not sure how to install on the machine I have created in linode)

Steps to deploy the Node.js application on the Ubuntu machine I have created

I have gone through this document (did not help much).

1 Answer 1

1

Please follow below link. you need to use nginx for routing your node application in the server(proxy server)

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.