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