drush

Drush make file for subthemes | drupal.org

February 6, 2012 - 12:16am

My first foray with scss/compass and I'm checking out the Sasson contributed theme, which has built-in support.

Super cool, check this out (this will download Sasson, create a sub-theme and enable it):

drush dl sasson
drush cc all
drush sns "My theme"
drush en mytheme
drush vset theme_default mytheme

You can have full control on the theme name and machine name with:

drush sns "Full Name" machine_name

Installing Drush on Shared Hosting Accounts | drupal.org

November 10, 2011 - 5:21pm

Great tutorial for installing drush on a shared hosting environment. So far, one of three installations on Hostgator required making use of the below passage (also included toward the bottom of the guide):

If you do not have a .bashrc file in your home directory, try making it by typing touch .bashrc. You can also try using a file named .profile, .bash_aliases or .bash_profile, depending on your server's setup.

I used to link to a different tutorial, but the Drupal documentation is spot-on since the most recent update.

Subscribe to drush