2014-04-08 Setup Ghost blog system on Ubuntu
Make sure you have install all required package
sudo apt-get install npm nodejs
$ wget https://ghost.org/zip/ghost-0.4.2.zip
$ unzip ../ghost-0.4.2.zip -d ghost
$ cd ghost
$ npm install --production
...
$ npm start
> [email protected] start /home/simon/downloads/ghost
> node index