August 2016
Beginner to intermediate
717 pages
15h 24m
English
Usually, to update your site, you have to perform repetitive tasks such as setting a maintenance page, stopping cron jobs, creating a database backup, pulling new code from a repository, migrating databases, collecting static files, testing, starting cron jobs again, and unsetting the maintenance page. That's quite a tedious work, where mistakes can occur. Also, you need not forget the different routines for staging site (the one where new features can be tested) and production site (which is shown to the public). Fortunately, there is a Python library called Fabric that allows you to automate these tasks. In this recipe, you will learn how to create fabfile.py, the script for Fabric, and how to ...
Read now
Unlock full access