Last active
October 30, 2015 05:26
-
-
Save geoffyuen/787b6514c19ddd92e6f4 to your computer and use it in GitHub Desktop.
Download and install Wordpress from OSX terminal - WIP
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
| wget http://wordpress.org/latest.tar.gz; tar -xvzf latest.tar.gz; mv wordpress/* .; rmdir wordpress/ ; rm latest.tar.gz; rm wp-content/plugins/hello.php; rm -rf wp-content/plugins/akismet; rm -rf wp-content/themes/twentyfourteen; rm -rf wp-content/themes/twentythirteen | |
| #/Applications/MAMP/Library/bin/mysql -uroot -proot -e "create database [databasename];" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment