Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created November 23, 2013 10:54
Show Gist options
  • Save dompascal/7613206 to your computer and use it in GitHub Desktop.
Save dompascal/7613206 to your computer and use it in GitHub Desktop.
SSH - Install wordpress
wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
mv wordpress/* ./
rmdir ./wordpress/
rm -f latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment