Skip to content

Instantly share code, notes, and snippets.

@szbl
Created February 26, 2015 17:29
Show Gist options
  • Save szbl/99c050aaf1535293a8b1 to your computer and use it in GitHub Desktop.
Save szbl/99c050aaf1535293a8b1 to your computer and use it in GitHub Desktop.
# Download, extract, move and delete WordPress source.
cd /path/to/project/docroot/
wget http://wordpress.org/latest.tar.gz
tar zxvf latest.tar.gz
mv wordpress/* ./
rm -rf latest.tar.gz wordpress
# now hit the URL in your browser and install ;]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment