Bike Path
Showing posts with label
drush
.
Show all posts
Showing posts with label
drush
.
Show all posts
Monday, December 3, 2012
Update Drupal
drush en update # Enable Drupal update module
drupal up # Update Drupal Core
drupal pm-update # Update drupal modules
drush status # Get Drupal status
Friday, March 2, 2012
restart Drush cron
DELETE FROM variable WHERE name="cron_semaphore";
DELETE FROM variable WHERE name = "cron_last"
drush cc all
Wednesday, August 31, 2011
drush
Helpful Drush Commands:
drush fra - feature
# Revert all
drush fu $module
# update the code
drush dis $module
# disable module
drush en $module
# enable module
drush cc menu
# clear cache for menu
drush cc all
# clear all cache
drush sm
# show modules The official full name of the command is pm-list which is confusing so just ignore it
drush scr test.php
# running a Drupal script
drush php-script test.php
# run a Drupal Script
drush php-eval 'global $user; print_r($user)'
# executing code
Older Posts
Home
Subscribe to:
Posts (Atom)