Commanding Chaos for Coworking, Open Source and Creative Communities

drush

Using Robo to script environment sync | Dustin LeBlanc

Mon, 01/25/2016 - 11:30 -- rprice

Robo: a robust commandline task runner for PHP. I really wanted something native to PHP to handle basic tasks and scripting and Robo fits the bill perfectly for me. Robo is written by the guy who maintains Codeception and I have really enjoyed it for several months now. I also pull in the robo-drush package for drupal sites because it makes things a bit simpler. Below is a generalized version of the scripts I use to sync my local site with remote servers. This script is admittedly far bigger than the short little bash script above, but it is also a lot more flexible; and it is just PHP.

drush
drupaleasypodcast
command_line
synch

Using Robo to script environment sync | Dustin LeBlanc

Mon, 01/25/2016 - 11:30 -- rprice

Robo: a robust commandline task runner for PHP. I really wanted something native to PHP to handle basic tasks and scripting and Robo fits the bill perfectly for me. Robo is written by the guy who maintains Codeception and I have really enjoyed it for several months now. I also pull in the robo-drush package for drupal sites because it makes things a bit simpler. Below is a generalized version of the scripts I use to sync my local site with remote servers. This script is admittedly far bigger than the short little bash script above, but it is also a lot more flexible; and it is just PHP.

drush
drupaleasypodcast
command_line
synch

Using Robo to script environment sync | Dustin LeBlanc

Mon, 01/25/2016 - 11:30 -- rprice

Robo: a robust commandline task runner for PHP. I really wanted something native to PHP to handle basic tasks and scripting and Robo fits the bill perfectly for me. Robo is written by the guy who maintains Codeception and I have really enjoyed it for several months now. I also pull in the robo-drush package for drupal sites because it makes things a bit simpler. Below is a generalized version of the scripts I use to sync my local site with remote servers. This script is admittedly far bigger than the short little bash script above, but it is also a lot more flexible; and it is just PHP.

drush
drupaleasypodcast
command_line
synch

Cache Warmer | Drupal.org

Thu, 06/25/2015 - 07:20 -- rprice

cache_warmer is a drush command that hits a set of URIs of a drupal site based on the freshness of the content. The main purpose is to offer a complete setup for running a mostly cached drupal site without having to deal with expiration logic and instead use microcaching. Dealing with the expiration logic is messy and inefficient it requires additional work, be it from the drupal side of things, be it from the external cache side. Microcaching can be used with any type of site. Be it your portfolio or personal blog or a high traffic news site.

drupaleasypodcast
performance
cache
nginx
drush

Features driven development -- the nitty gritty and thoughts on the future of sustainable "in code" development | aWebFactory

Thu, 02/02/2012 - 06:56 -- rprice

Modern multitier software architecture allows us to separate concerns when we are building a web application. For example, when there is a request to visualize a content item in Drupal, the request is handed off to a logical handler (module), which should be using some kind of API to read the necessary data from the database. And once it has assembled that data it should invoke the theming engine and its current theme in order for the final output to be rendered all ready to be sent back to the browser that made the request in the first place.

guides
agile
git
drush
deployment
development
features
drupaleasypodcast
Drupal

Pages

Subscribe to RSS - drush