1. Install Debian Wheezy
2. Ghost requires Node.js 0.10.x
[https://github.com/joyent/node/wiki/installing-node.js-via-package-manager#debian-and-ubuntu-based-linux-distributions]
[^n]
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install -y nodejs
3. Follow the instructions to install Ghost
[http://support.ghost.org/installing-ghost-linux/