6 comments

[ 2.9 ms ] story [ 25.7 ms ] thread
Not obvious from skimming the about page the entire project is written in node.js. Here is a ten step installation guide. http://ghosted.co/install-ghost-digitalocean
10 steps is way to long. Also, why are they including nginx? Is it a requirement of the host?
nginx is generally a better "web server" than node.js is -- it's good at doing things like storing/caching static files, and serving as a proxy to a more complex application behind it (Ghost, in this case).
To be fair to them, the first 5 steps is just about getting a domain and server hooked up.