14/02/2013 by Nitesh

Enable-Disbale Drupal module using Drush

Friends, When working with Drupal, modules are like the bat and ball for programmers. In development phase, we have to disable/re-enable a module hundreds of time before the module is finalized. Drush is a very strong shell script that allows us to do several daily basis jobs in Drupal from command line. Once installed on…

Continue Reading »

25/11/2011 by Nitesh

Clear Cache of all Drupal subdomains using Drush

Friends, Imagine you are working on a Apache server that has around hundreds of subdomains and run from a single codebase using Drupal CMS and you need to clear the inbuilt cache of all subdomains without restarting the server. to solve this, there is a utility tool named as Drush. It is a command line…

Continue Reading »