Installing Drush on VentraIP

  1. Install composer
    cd ~ && mkdir bin && curl -sS https://getcomposer.org/installer | php -- --install-dir=/home2/YOU_SITE_NAME/bin --filename=composer
  2. Install Drush
    composer global require drush/drush:6.*
  3. php -i | grep php.ini and then copy the default php.ini into ~/.drush - Make ~/.drush folder if it does not exist.
  4. Remove exec and any other functions drush uses from the disabled_func line in php.ini
  5. Ensure the Composer bin folder is in your $PATH.