Created
February 26, 2015 17:29
-
-
Save szbl/99c050aaf1535293a8b1 to your computer and use it in GitHub Desktop.
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
# Download, extract, move and delete WordPress source. | |
cd /path/to/project/docroot/ | |
wget http://wordpress.org/latest.tar.gz | |
tar zxvf latest.tar.gz | |
mv wordpress/* ./ | |
rm -rf latest.tar.gz wordpress | |
# now hit the URL in your browser and install ;] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment