1. Get a separate account set up for ghost to use
echo ghost:x:5001:5001::/opt/ghost:/bin/false >> /etc/passwd
echo ghost::5001: >> /etc/group
2. Exctract the zip file
unzip ghost-0.3.3.zip -d /opt/ghost
cd /opt/ghost
npm install --production
cp config.example.js