Created
January 26, 2016 15:36
-
-
Save leonkorteweg/b2512abe25932e6c1174 to your computer and use it in GitHub Desktop.
Install WordPress via commandline alias
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
alias wpinstall="wget http://wordpress.org/latest.tar.gz && tar xfz latest.tar.gz && mv wordpress/* ./ && rmdir ./wordpress/ && rm -f latest.tar.gz && mv wp-config-sample.php wp-config.php && vim wp-config.php" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment