Last active
October 3, 2016 09:49
-
-
Save negativo/aa3769f0e6621ce6c160 to your computer and use it in GitHub Desktop.
install wordpress from 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
wget http://wordpress.org/latest.tar.gz --no-check-certificate | |
tar xfz latest.tar.gz | |
mv wordpress/* ./ | |
rmdir ./wordpress/ | |
rm -f latest.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment