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).