Designer News
Where the design community meets.
9 years ago from Kyril Kulikov
I love having a VPS on Digital Ocean - shared hosting was so slow in comparison, I've basically moved all of my individual sites over to my single VPS and seen an insane increase in speed and uptime.
Agreed. Rolling your own VPS on Digital Ocean or Linode is pretty cost effective and the performance is much much better. It's a lot easier to install anything you like on it, and migrate bigger sites/databases over.
How did you set up your VPS?
I started out with DO, but I hit complications trying to keep a simple NodeJS server running. I'd like to have a VPS, and I'm pretty comfortable with the terminal and Node, but I don't want to have to deal with configuring everything, and maintaining it in the future if I don't have to. I ended up just pushing the project to Heroku, and everything works fine, and for free.
Any suggestions?
Not sure what kind of complications but I am running nodejs on DO VPS for last 6 months without any issues.
You should checkout forever https://github.com/nodejitsu/forever for keeping node processes running, it restarts the process whenever it crashes. You can use Cron for when the server crashes/restarts.
Edit: this is a better guide http://stackoverflow.com/questions/13385029/automatically-start-forever-node-on-system-restart
Digital Ocean has a fantastic community base for support on stuff like this, check out this area of their site: https://digitalocean.com/community/
+1 digitalocean. But configuration is not simply :) (3 days I'm trying run PHPMyAdmin)
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
I currently use a mix of either hosting on GitHub Pages (which is free and supports Jekyll) or using my own VPS which is hosted at Digital Ocean. I'd highly recommend the VPS route as it opens up a lot of opportunity and is really cheap. Also gets you setting up apache and learning about managing your own webspace. It's a great weekend project and if you don't mind diving into terminal then it's great knowledge to have. In the past, I've used one.com as it's really cheap, but you get what you pay for.