Deployment is tedious
Deployment is definitely tedious. The first time i tried to deploy a django application to the cloud, it almost took me 12 hours. Silly, yet true. Navigating through nginx, supervisor, gunicorn was troublesome. Here, i’m going to share to you my simple script in deploying any django applications in the cloud.
Of course, there’s a lot of room for refactoring, so you might want to keep up with the latest updates.
The Gist
So here’s the gist i’ve been talking about. I’m open for any questions, and is more than willing to help. Tweet me @RoselleEbarle or leave a comment. I’ll make time to respond 😉
Some Notes
The application being deployed with the fabric file is a bookstore django application, using Oscarcommerce as a backbone. Deployment configurations are in a deploy folder. I’m going to post a project using the fabfile so please do keep in touch. Enjoy!