drush

Events happening in the community are now at Drupal community events on www.drupal.org.
perignon's picture

Drush Discussion

Thought I would start a lessons learned thread since Drush was a topic already tonight.

Read more
mortona2k's picture

Drush rundown

Here's my slides:
https://docs.google.com/a/forumone.com/presentation/d/1QJlWEbtHSrWKUAwYq...

Collaborated notes are below, Thanks for participating!
http://piratepad.net/wBQnNBhpdh

Original post:
I'll put together a Drush tutorial for the next meetup. Please let me know in the comments what I should include or what you are interested in learning.

Read more
jaypark's picture

Loading drush into Git BASH

If your project requires working with Windows and you have both mysysgit and propeople drush installed, it would be really helpful to be able to do something like:

drush | grep super-awesome-drush-function

...yes, you can do this inside ProPeople\Drush\ with Git BASH, but how do you load drush into Git BASH - somewhere outside Drush install directory? Like a drupal web root for instance!

TIA

Read more
iribarne's picture

Meeting Minutes for Broward Drupal Meetup held on Wednesday, March 14th, 2012

We held our Broward Drupal monthly meetup on Wednesday, March 14th from 7:00pm to 9:00pm.

Remote participant(via Skype and Join.me):
Fort Lauderdale - Susana Kaiser

In Person (Greater Fort Lauderdale, Broward County Florida):
Jay Epstein @jeppy64
Rob de Koter @Robdekoter
Seth Snyder
John Everett @Agile_dot_TV
Sean Novak @snovakcom
Tracy Novak
John Dennison @JohnDennison
Me @hectoriribarne

Read more
royerd's picture

drush

Ross or others:

What again is the exact Drush command to do a minor core update (from 6.24 to 6.25 for example)?

I should have taken notes last night.

Is is just drush up ?

Read more
thom_s's picture

Webbhotell med Drush

Vill köra Drush, men är inte tillräckligt teknisk för en virtuell server. Jag fick följande svar från mitt nuvarande webbhotell:

"Nja, tror inte någon annan svensk hosting leverantör tillåter dig köra drush, hittar du ett par så ska vi ta oss en ny funderare.
Problemet som jag ser med drush är att sökvägarna är olika på ssh och webb servrarna. "

Är det någon som känner till något? Jag har kollat denna sida.

Är det någon som provat WebEnabled som jag sett många i USA tala väl om?

Read more
philosurfer's picture

Any Plans to support Drush 5?

Are there any plans to support Drush 5?

Given some of the drush 5 commands interfere with quickstart commands (ie. qd) it makes it difficult to upgrade and use some of the new features in drush 5 that are extremely helpful, like command completion as well as many others.

Read more
jp.stacey's picture

OxDUG Drush and Drush make demo - slides and makefiles available

I've written up the slides for the brief demo I gave of Drush and Drush Make at the February OxDUG meetup last week.

Read more
perusio's picture

Cache warmer or microcaching as a viable caching strategy for Drupal

I've just released a drush command that implements a crawler to keep the cache warm. Although it was developed with microcaching in mind you can use it for keeping any type of external cache warm. Varnish, or whatever type of caching proxy you decide to use.

  1. To keep a cache warm just set a cron job of the command invocation that suits a particular site traffic patterns.

  2. To prime a cache fire the command once with the proper options to get all the desired content in cache.

Read more
frob's picture

Handling Permissions for custom drush modules

Hello anyone who has built custom drush modules.

I am writing drush integration into my event tracking module in the form of admin controls and I have a question about user permissions. I want to allow the creation of event tracking code to be added through a drush command. However, because this would be the equivalent of javascript injection, this would have the potential for a xss attack to be injected into the ga code. I want to limit this with the use of user level permissions, just as I would if this where a web based admin section.

Read more
Subscribe with RSS Syndicate content