I'll set up virtualenv and simple 'pip' and
'pip freeze > requirements.txt'  stuff for the app
development and deploy stuff.

For system configuration and orchestration of the whole
soup-to-nuts deploy, Ansible has proven to be pretty
dead simple, handling all the nitty-gritty os package
and dependency installations, setting up accounts,
web service configs, firewall configuration, that
kind of thing. Then, I'll have Ansible build the
virtualenv, pull the code, and do all the pip
install and deploy mojo for me. Repeatable deploys
are pretty simple at that point.

But, ya' know, I'm lazy. ;-)

-Kurt


>On 2015-07-21 01:05, Iain Duncan wrote:
>> Hi, we're embarking on a project that will stitch together many apps,
>> and I figured I should do my due diligence on hunting for the
>> state-of-the-nation in python build tools. I've personally used buildout
>> in the past and liked it, but I know for other team members something
>> that was more pip/virtualenv based would be preferable. Just curious
>> what folks are using?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to