Posts in deployment


A first look at provisioning with Puppet(on a Vagrant box)
• 3 min read

In my previous post, I talked about deploying a Flask app on a Vagrant box using Gunicorn and Nginx. The response I got was mind-blowing, so I've decided to write about another neat tool that's awesome for deploying web apps- Puppet. Vagrant actually encourages its users to use it, and you should use it. There's also an alternative to ...
Continue Reading »

Flask + Nginx + Gunicorn(on a Vagrant box)
• 4 min read

I had some difficulty in grasping how exactly to set up a server when I tried to do so recently, so I decided to write a tutorial that will guide you through the process. Hopefully, this post will help you avoid at least some of the confusion that I encountered.
Continue Reading »