Blog

Viewing posts for the category devops

Mezzanine Workflow

Posted by: Ken Bolton in devops 11 years, 1 month ago

UPDATE December 8, 2014: I now believe the `runserver` is an anti-pattern. All development should be on a VM.

read more / Comments

Deploying Mezzanine: Fabric Git Vagrant Joy

Posted by: Ken Bolton in devops 11 years, 2 months ago

Preface

In this demonstration, we will install the python applications `virtualenv`, `virtualenvwrapper`, the excellent open source Mezzanine CMS, and the Django "web framework for perfectionists with deadlines". We will create a basic Mezzanine project populated with sample data, run the Django development server, and access and admin of the site at http://127.0.0.1/.

read more / Comments