Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Sun, 29/04/2012 - 19:16
Body
Install a complete site
First download drupal: drush dl drupal- drush site-install standard --account-name=USERNAME --account-pass=PASSWORD --db-url=mysql://USER:PASSWORD@localhost/DATABASENAME
Die installieren Module von zwei Seiten vergleichen
drush pm-list --status=enabled > enabled_modules_site_x.txt
dann
diff first_file second_file
Disable aller nich tcore module
$ drush pm-disable `drush pm-list --no-core --type=module --pipe`
More articles
http://knol.google.com/k/how-to-install-drupal-with-drush#
Drupal
Add new comment