-
-
Save cholung/5bafe4541b87d26ecfe9 to your computer and use it in GitHub Desktop.
Install latest version WordPress via Terminal
From http://coolestguidesontheplanet.com/fastest-way-to-install-wordpress-on-osx-10-6/
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
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