IaaS and Paravirtualization | Application Deployment with DigitalOcean
Third DurianPy (Davao Python) Meetup. Demo on how to Deploy Python Powered Applications in Production and Compare the Difference in Development Environment. And sharing experience what might be the best Cloud Services of choice.
(SaaS) ◦ GMail, Facebook, Twitter 2. Platform as a Service (PaaS) ◦ GAE, OpenShift, Heroku (Shared Hosting) 3. Infrastructure as a Service (IaaS) ◦ AWS, Rackspace, DigitalOcean
Handler ◦ Built-In Simple HTTP Web Server ◦ SQLite Database 2. Production ◦ uWSGI Application Server / Handler ◦ NGINX Web Server ◦ PostgreSQL Database
(Packages, Libraries, Compilers) Create an Isolated Python Version (Operating System) Create an Isolated Python Environment (Project, Platform) Configure the Application (Application Server / Handler, Database) Connect the Application to Web Server (Web Server) …. DEBUG! http://bit.ly/1LXiHiz (Gist)