Featured Post

Organize and rename photos by EXIF data with PowerShell

This PowerShell script organizes and renames all photos in a selected folder using EXIF data. It will also create thumbnails of the images i...

Wednesday, May 7, 2014

Installing Drupal's Drush

Installing Drush on CentOS using Yum and PEAR

Check if PEAR is on the server:

pear version

If PEAR is not on the server then install using yum:

yum install php-pear

Prepare PEAR

sudo pear channel-discover pear.drush.org

Install:

sudo pear install drush/drush

No comments:

Post a Comment