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


Copyright 2021. All rights reserved.

Posted 28 October 2016 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.