Skip to content

Instantly share code, notes, and snippets.

@billerickson
billerickson / gist:1448465
Created December 8, 2011 20:41
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