Meteor 1.6 Deployment on Ubuntu Server

Hello,
I am new to meteor.

Please help with a step by step procedure to deploy my meteor application on ubuntu server.

NB: I already install meteor and running the app on the server but once I close the command prompt my meteor app closes.

I tried npm install forever -g but still not working.

Please help…

Check https://www.npmjs.com/package/yamup

2 Likes

you need to put & at the end of your command
However you need to build your app for production, install MongoDb and so on.
You can do it all manually if you need to or just use yamup or mup etc…

1 Like