Deploying a Python Flask server

Recent changes at work has made it clear that our small team of 3 core developers really need to take charge of how we setup things and deployed across our IT infrastructure. I already know I will learn a lot and an important part in that process is to spread gained knowledge beyond simply myself.

In this light, I’m planning to do a series of articles on deployment of a semi-complex Flask server with an accompanying MongoDB database. The contents of this series of posts will evolve over time but for now I’m at least planning to cover:

I will start with a nifty little utility I just picked up: supervisord.

 
6
Kudos
 
6
Kudos

Now read this

Open Source Portals

Open sourcing a software project is like owning a pet. Even though it involves a lot of work and responsibilities the benefits speak for themselves: You learn to collaborate with and enlist the help of other developers (for free). You... Continue →