distributed development methodology

Paul Rubin no.email at nospam.invalid
Sat Oct 29 03:50:13 EDT 2016


Adam Jensen <hanzer at riseup.net> writes:
> So what are some of the more successful distributed. multi-platform,
> development models?

Use an orchestration program to keep the systems in sync: I use ansible
(ansible.com) which is written in Python and fairly simple once you get
used to it, but there are lots of other programs in that space and
everyone has their own preferences.

If stuff doesn't change too often, you could also use Docker or whatever
the current hotness is to make a container image and deploy it to your
fleet.



More information about the Python-list mailing list