Commanding Chaos for Coworking, Open Source and Creative Communities

drupaleasypodcast

Advanced CSS/JS Aggregation | Drupal.org

Thu, 03/10/2016 - 09:52 -- rprice

AdvAgg allows you to improve the frontend performance of your site. Be sure to do a before and after comparison by using Google's PageSpeed Insights and WebPagetest.org. The performance benefits are achieved by using some of the features found in AdvAgg and its sub modules. Out of the box AdvAgg's frontend performance will be similar to core's.

drupaleasypodcast
performance
css
js
modules

Backup Database | Drupal.org

Thu, 03/10/2016 - 09:42 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8
modules

Backup Database | Drupal.org

Thu, 03/10/2016 - 09:42 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8
modules

Configuration Update Manager | Drupal.org

Thu, 03/10/2016 - 09:08 -- rprice

You update a module, and it has either changed default config that it provides, or added new config items. You want to be able to import the new items, view the differences between the site config and the changed config, and possibly "revert" (or it may be an update) to the newly-provided default config.

drupaleasypodcast
site_building

Hook Update Deploy Tools | Drupal.org

Thu, 03/10/2016 - 09:08 -- rprice

Drupal provides its own functions for enabling modules or reverting features, however, most of them run silently without feedback so they are inappropriate for use in hook_update_N because they do not provide any feedback as to what is happening and whether it was a success or failure. This module gives voice to many of those functions. Every method that can be used within a hook_update_N() includes detailed feedback and logging of what was attempted and what the results were. Updates are Failed if the requested operation was not successful so that they can be run again, or re-worked.

drupaleasypodcast
php
deployment

Fabric - Pythonic remote execution

Wed, 03/09/2016 - 19:59 -- rprice

Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution.

Typical use involves creating a Python module containing one or more functions, then executing them via the fab command-line tool.

drupaleasypodcast
python
deployment

Pages

Subscribe to RSS - drupaleasypodcast