Skip to content

Instantly share code, notes, and snippets.

@redesigned
Last active October 19, 2016 19:30
Show Gist options
  • Save redesigned/6171927 to your computer and use it in GitHub Desktop.
Save redesigned/6171927 to your computer and use it in GitHub Desktop.
Wordpress Shell Commands
Install:
wget --no-check-certificate https://wordpress.org/latest.tar.gz
tar xvzf latest.tar.gz
cp -rf wordpress/* .
rm -r wordpress
rm latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment