Skip to content

Instantly share code, notes, and snippets.

@leonkorteweg
Created January 26, 2016 15:36
Show Gist options
  • Save leonkorteweg/b2512abe25932e6c1174 to your computer and use it in GitHub Desktop.
Save leonkorteweg/b2512abe25932e6c1174 to your computer and use it in GitHub Desktop.
Install WordPress via commandline alias
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