Deploy Meteor Cpanel/WHM VPS

Hello.
First of all thanks for the people who gives time to read this thread.
Im looking a to deploy multiple apps in a VPS with cpanel/whm installed.(Cpanel account = 1 App)
Has anyone done something like this?
Is it even possible?
If anyone can help with this would be great. If i find anything that works ill post it here.
Im testing if it works on DigitalOcean.
Thanks again.

You can do it using Passenger. Here is how we did using Nginx as reverse proxy and passenger.

We run it along side our PHP based sites.

1 Like

That is absolutely tremendous. I also have a large PHP installation where I’d like Node to share the same database, and I can’t tell you how much time I’ve wasted trying to reverse proxy Apache. Great work!

Thanks.
We were using nginx at work, so it was the obvious first choice. With nginx it was straight forward :slight_smile:
Feel free to reach me if you face any issues.