Created
December 5, 2012 17:54
-
-
Save kressaty/4217892 to your computer and use it in GitHub Desktop.
Install WordPress from the command line
This file contains 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
cd /html | |
wget http://wordpress.org/latest.tar.gz | |
tar -xzf latest.tar.gz | |
cp -R wordpress/* . | |
rm latest.tar.gz | |
rm -rf wordpress/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or
svn co http://core.svn.wordpress.org/tags/3.4.2 .