Last Updated: February 25, 2016
·
476
· seyhunak

Upgrade Ghost to Latest Version

cd /var/www/

wget http://ghost.org/zip/ghost-latest.zip

rm -rf ghost/core

unzip -uo ghost-latest.zip -d ghost

chown -R ghost:ghost ghost/*

cd ghost

npm install --production

service ghost restart