Drush
Drush sql-sync - How to make it work in Windows 7 PC
This video will show you how I was able to make drush sql-sync command to work on my Windows 7 development PC
The fixed is based in the article that can be seen in this website -> http://www.mydrupaljourney.com/articles/2012/04/20/running-drush-rsync-w...
- Danreb's blog
- Login to post comments
How to quickly enable or disable and control your Drupal theme using DRUSH
Drush can do so many things specially during development of a Drupal Website and this includes working with theme of your website. Here are some drush command for manipulating theme that I find very useful and handy to memorize while you are working within your drupal site. Screen shot will show you, the code is written below:


Drush command written below.
- Danreb's blog
- Login to post comments
How to install Drupal 7 through shell using Drush
First you need to login to your server then type the following command seen on this screenshot, the code is shown below.

- Danreb's blog
- Login to post comments
How to quickly enable or disable Drupal CSS/JS optimization using DRUSH
I find this command very handy during development. Drush can easily disable or enable CSS and JS aggregation using the vset command in Drush. Here's how:
- Danreb's blog
- Login to post comments
How to install Drush in CentOS Linux for Drupal Development?
This command has been successfully tested on Debian, Ubuntu, CentOS and should work for most *NIX systems.
sudo wget --quiet -O - http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz | sudo tar -zxf - -C /usr/local/share
sudo ln -s /usr/local/share/drush/drush /usr/local/bin/drush
sudo drushsudo mkdir /usr/local/share/
sudo mkdir /usr/local/bin/- Danreb's blog
- Login to post comments
DANREB.COM 