WordPress Install Script pt. 2

A week ago, I posted Automate your Workflow: Local WordPress Install with a script that helps you install new WordPress installations. I’ve been using it regularly, and have made some improvements: Multi-language support (install a different language with the -l switch) Nightly build support ( -v nightly) Multi-version ( -v {code in the 'Version' column}) Arbitrary URL support ( -u {URL}) As always, the script is available as a gist.

Read more

Automate your Workflow: Local WordPress Install

Lately, I’ve been pretty obsessed with streamlining my workflow, which means writing scripts (read: building tools to do stuff for me). They say that the best programmers are the laziest; I can’t vouch for being a great programmer, but I can proudly say that I am pretty lazy. So, I’ve decided to start cleaning up my tools and posting them here as I make them. Use at your own risk!

Read more