SandersForPresident / SitesForBernie

SandersForPresident WordPress theme for campaign microsites
http://forberniesanders.com
Other
26 stars 9 forks source link

Add vagrant/ansible support #12

Closed gnarf closed 9 years ago

gnarf commented 9 years ago

Wanted to be able to spin up a development server and check out what you had here so I setup a Vagrantfile and some ansible playbooks to install this stuff.

atticoos commented 9 years ago

Had some trouble getting this up off the ground. Is the PATH its referring to a dependency on my local computer, or the guest OS?

screen shot 2015-07-14 at 8 27 37 pm
gnarf commented 9 years ago

It might be "local" -- http://docs.ansible.com/intro_installation.html#latest-releases-via-pip -- give that a shot, if it works, I'll add something to the README about it

atticoos commented 9 years ago

Yep, didn't have it on the host OS. Did a brew install.

gnarf commented 9 years ago

Alright, a few rebases later - finally found the typo in my "ignore" for phpcs -- This should be g2g now, got any other requests on it?

atticoos commented 9 years ago

Might be nice to seed some WP data as part of the provisioning process, but not necessary right now. This will help make the project more accessible. Thanks :)

gnarf commented 9 years ago

Thanks @tkellen for the sanity check, my first real attempt at an ansible playbook! I'll redo the thing to use the wp cli tool!