Deploying a meteor project to a remoter server

I don’t want to deploy to meteor.com. Instead I would like to deploy to a shared hosting provider that I have my sites on. How can I do this?
Thanks,
Paul

use meteor build and read the readme :smile:
I also recommend the use of nginx and the npm package forever
and when you know what you do, you can try MUP

You can try MUP: https://github.com/arunoda/meteor-up very quick and easy

What do you mean by shared hosting? Can you install programs/technologies on that server or does it come with preinstalled php/node/asp/whatever?

You should either go with modulus or heroku if you want a onr click install.

Otherwise you’ll at least need a VPS with shell and root access.

I don’t think shared hosting plans give you that.