Drupal: Drush Make

Ich habe gerade drush make getestet und werde wohl nie wieder eine Drupal Seite von Hand aufsetzen. Sehr cool.

mkdir /Library/WebServer/Documents/drupal
cd /Library/WebServer/Documents/drupal
drush make ~/bvt/drupal.make
# enable modules
drush en cck filefield views imagefield imagecache imageapi path ...

Possibly related posts (automatically generated)