Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Last active October 30, 2015 05:26
Show Gist options
  • Select an option

  • Save geoffyuen/787b6514c19ddd92e6f4 to your computer and use it in GitHub Desktop.

Select an option

Save geoffyuen/787b6514c19ddd92e6f4 to your computer and use it in GitHub Desktop.
Download and install Wordpress from OSX terminal - WIP
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