Create a user for the blog to run under
$ adduser --shell /bin/bash --gecos 'Blog' blog
Deploy the blog to its own folder under /var/www
$ cd
$ wget https://ghost.org/zip/ghost-latest.zip
$ unzip -q ghost-latest.zip -d blog/ && rm ghost-latest.zip
$ mv blog/ /var/