How We Deploy Python Code
nylas.com
How We Deploy Python Code
1–10 of 129 posts
Re: How We Deploy Python Code
#2Re: How We Deploy Python Code
#3Re: How We Deploy Python Code
#4Re: How We Deploy Python Code
#5For someone trying out building python deployment packages using deb, rpm, etc. I really recommend Docker.
Re: How We Deploy Python Code
#6For someone trying out building python deployment packages using deb, rpm, etc. I really recommend Docker.
Re: How We Deploy Python Code
#7Re: How We Deploy Python Code
#8The fact that we had a weird combination of python and libraries took us towards Docker. And we have never looked back. For someone trying out building python deployment packages using deb, rpm, etc. I really recommend Docker.
Re: How We Deploy Python Code
#9On the app end we just build a new virtualenv, and launch. If something fails, we switch back to the old virtualenv. This is managed by a simple fabric script.
Re: How We Deploy Python Code
#10Highly recommend FPM for creating packages (deb, rpm, osx .pkg, tar) from gems, python modules, and pears. https://github.com/jordansissel/fpm