Skip to content

Instantly share code, notes, and snippets.

@JDevlieghere
Last active August 29, 2015 14:08
Show Gist options
  • Save JDevlieghere/0dc2581fadad1a1f8994 to your computer and use it in GitHub Desktop.
Save JDevlieghere/0dc2581fadad1a1f8994 to your computer and use it in GitHub Desktop.
Upgrade Ghost Blog
cd /var/www/
wget http://ghost.org/zip/ghost-latest.zip
rm -rf $1/core
unzip -uo ghost-latest.zip -d $1
chown -R ghost:ghost $1/*
cd $1
npm install --production
rm -f ghost-latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment