October
28
make drupal/drush configuration
Drupal php:
yum install -y ea-php56-php-mcrypt.x86_64 cpanel-php56-PEAR-Command-Packaging.noarch ea-php56-php-mbstring.x86_64 ea-php56-php-iconv.x86_64
pecl install uploadprogress
You should add "extension=uploadprogress.so" to php.ini
You should change allow_url_open to: allow_url_open=1
Drupal Ruby:
/scripts/installruby
gem install compass compass-rgbapng gems sass
Drupal Drush:
cd /opt/ && php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush
#make installation test
php drush core-status
chmod +x drush && mv -v drush /usr/local/bin/
#login under user account and make
drush init