drush

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

Drupal Continuous Integration Tools

Hi guys!
I wanted to share something I published today: http://drupalignite.com.
Basically it's a tool and a set of practices to setup a Drupal environment under a full Continuous Integration cycle using some well-known tools as drush, phing, composer and jenkins for the build phase, phpunit and behat for the testing and features and migrate for keeping everything (structure and data) in a code driven development shape.
I published the introduction, the following chapters will be published in the next months!
You can find the code on github: https://github.com/omissis/drupal-ignite

Read more
RalfZosel's picture

Drush testen?

Ich habe mir jetzt Webhosting bei http://www.manitu.de besorgt und dort gibt es auch ssh-Zugriff. Hat jemand von euch Erfahrung mit Drush und kann mir ein bisschen auf die Sprünge helfen? Ideal wäre aus meiner Sicht eine 20 Min. Skype-Session o. ä.

Read more
alfonsojosegarcia's picture

Error en Drush con Ubuntu 13.10

Hola tengo este error al ejecutar drush en mi instalación de Ubuntu 13.10:


The following restricted PHP modes have non-empty values: [error]
disable_functions. This configuration is incompatible with drush.
Please check your configuration settings in /etc/php5/cli/php.ini or
in your drush.ini file; see examples/example.drush.ini for details.
PHP Fatal error: Call to undefined function json_encode() in /usr/share/php/drush/includes/output.inc on line 708
Drush command terminated abnormally due to an unrecoverable error. [error]

Read more
jmolivas's picture

Scaffolding tool for Drupal8 based on Symfony Console component.

I want to introduce you to a code generation tool we have been working on, it's a code generator scaffolding tool for Drupal8 based on Symfony Console component.

The idea of this project is to provide similar functionality as the Symfony console, providing a CLI scaffolding tool to automate the creation of modules using the terminal to automatically generate the directory structure for controllers, forms, services and required files.

Github repository
https://github.com/hechoendrupal/DrupalAppConsole

Watch a video here
http://www.youtube.com/watch?v=NkHT2KctR-Y

Read more
jmolivas's picture

DrupalAppConsole

Proyecto para portar funcionalidad de la consola de Symfony en Drupal 8 para hacer scaffolding y generar desde la terminal módulos (archivos y estructura de directorios) actualmente es posible generar:

Módulo
$./bin/console generate:modulo

Controlador
$./bin/console generate:controller

Formulario de configuraciones
$./bin/console generate:form

Código en github
https://github.com/hechoendrupal/DrupalAppConsole

Video en youtube como utilizar la consola
http://www.youtube.com/watch?v=NkHT2KctR-Y

Read more
jrdixey's picture

Drupalize.me FREE videos: Command Line Basics

Hi Drupallers,

I thought this worth sharing here, given the number of BDUG members who have expressed an interest in tools like drush and git, but need to increase their comfort level with working on the command line to manage a Drupal site.

Drupalize.me has a whole series of Command Line Basics videos that are FREE. Check it out:
http://drupalize.me/guides/developer-deployment-tools

~ Jennifer

Read more
Michael Hofmockel's picture

Drush RSYNC mode


Last night we were discussing the fact that Drush RSYNC was blowing away the files instead of just updating the files that have changed.

@Steph

Read more
bryan kennedy's picture

Neoprene - Using Fabric for Drupal deploys and workflows

Hey Folks,

I've been working on some deploy recipes for Drupal, built upon the great Python tool Fabric. Drush still does most of the heavy lifting, but Fabirc gives me a nice way of putting a several commands together into a single deploy or development workflow command.

I'm packaging these recipes together in a set of modules called Neoprene. It's pretty alpha code at this stage but someone on another group suggested some folks in this channel might find this useful.

https://github.com/scimusmn/neoprene

Read more
miller.t.chris@gmail.com's picture

Installing Drush via Homebrew

Looking for a faster way to install Drush and other useful command line tools?

Read more
lex0r's picture

Drupal speed-up for development environment

Why?

The first idea that came to my mind when I first ran cache clear that lasted a minute or so, was "I want it run quicker!". If you are those unhappy guys who don't have an SSD, but do have a bit of RAM - you may find this discussion interesting and useful.

Read more
Subscribe with RSS Syndicate content