Skip to content

Instantly share code, notes, and snippets.

@vladimirlukyanov
Created December 23, 2015 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladimirlukyanov/84e5e2649ec83a7588a2 to your computer and use it in GitHub Desktop.
Save vladimirlukyanov/84e5e2649ec83a7588a2 to your computer and use it in GitHub Desktop.
WordPress install via SSH
wget http://wordpress.org/latest.tar.gz
tar zxf latest.tar.gz
mv ./wordpress/* ./
rm -rf wordpress/
rm -f latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment