Created
December 8, 2011 20:41
-
-
Save billerickson/1448465 to your computer and use it in GitHub Desktop.
Install WordPress via SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks