amuck-landowner

Ghost node.js Blogs ?

peterw

New Member
So I need a webserver that handles the port 80 and forwards the requests to one/some node.js servers.

How do you handle the node.js processes? Linux service script is good for reboots but how do you keep the node.js alive?
 

eva2000

Active Member
Yes, I'm using it since it went public :)

This is one of my blog using Ghost 0.3.3 http://www.erawan.me
Yup on 0.3.3 as well 

So I need a webserver that handles the port 80 and forwards the requests to one/some node.js servers.

How do you handle the node.js processes? Linux service script is good for reboots but how do you keep the node.js alive?
Yeah Nginx in front should do it, here's how i have it setup on Centmin Mod Nginx stack http://ghost.centminmod.com/ghost-node-js-install-on-centmin-mod-nginx-stack/

Using pm2 for startup/restart management http://ghost.centminmod.com/ghost-blog-node-js-init-startup-script/
 

eva2000

Active Member
Last edited by a moderator:

fixidixi

Active Member
I love it! I was looking for a nice blog platform for a long time and octopress looked promising but it was too complicated to maintain..
 
Top
amuck-landowner