distributed development methodology
Paul Rubin
no.email at nospam.invalid
Sat Oct 29 03:50:13 EDT 2016
More information about the Python-list mailing list
Sat Oct 29 03:50:13 EDT 2016
- Previous message (by thread): distributed development methodology
- Next message (by thread): Need help in python program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): distributed development methodology
- Next message (by thread): Need help in python program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list