Last active
October 19, 2016 19:30
-
-
Save redesigned/6171927 to your computer and use it in GitHub Desktop.
Wordpress Shell Commands
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
Install: | |
wget --no-check-certificate https://wordpress.org/latest.tar.gz | |
tar xvzf latest.tar.gz | |
cp -rf wordpress/* . | |
rm -r wordpress | |
rm latest.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment