Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created December 8, 2011 20:41
Show Gist options
  • Save billerickson/1448465 to your computer and use it in GitHub Desktop.
Save billerickson/1448465 to your computer and use it in GitHub Desktop.
Install WordPress via SSH
For more details, see http://code.garyjones.co.uk/install-wordpress-ssh/
wget http://wordpress.org/latest.tar.gz
tar zxf latest.tar.gz
cd wordpress
cp -rpf * ../
cd ../
rm -rf wordpress/
rm -f latest.tar.gz
@bonatoc
Copy link

bonatoc commented Apr 6, 2016

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment