Skip to content

Instantly share code, notes, and snippets.

@cholung
Forked from ingozoell/wordpress-install-terminal
Created November 17, 2015 12:04
Show Gist options
  • Save cholung/5bafe4541b87d26ecfe9 to your computer and use it in GitHub Desktop.
Save cholung/5bafe4541b87d26ecfe9 to your computer and use it in GitHub Desktop.
curl -O http://wordpress.org/latest.tar.gz ; tar -xvzf latest.tar.gz ; mv wordpress/* . ; rmdir wordpress/ ; rm latest.tar.gz ; rmdir wordpress/ ; rm latest.tar.gz ; cp wp-config-sample.php wp-config.php ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment