모든 모듈 설치하기(with drush)
drush en -y smtp
drush en -y google_analytics
drush en -y masquerade
drush en -y asset_injector
drush en -y pathauto
drush en -y metatag
cd libraries
mkdir addtocopy
cd addtocopy
wget http://andrewberezovsky.ru/demo/download/addtocopy.js
drush en -y ckeditor_widgets
cd ../../..
cd libraries
mkdir ckeditor
mkdir ckeditor/plugins
cd ckeditor/plugins
wget https://download.ckeditor.com/uploadimage/releases/uploadimage_4.6.2.zip
wget https://download.ckeditor.com/uploadwidget/releases/uploadwidget_4.6.2.zip
wget https://download.ckeditor.com/filetools/releases/filetools_4.6.2.zip
wget https://download.ckeditor.com/notification/releases/notification_4.6.2.zip
wget https://download.ckeditor.com/notificationaggregator/releases/notificationaggregator_4.6.2.zip
unzip uploadimage_4.6.2.zip
unzip uploadwidget_4.6.2.zip
unzip filetools_4.6.2.zip
unzip notification_4.6.2.zip
unzip notificationaggregator_4.6.2.zip
rm *.zip
drush en -y ckeditor_uploadimage
cd ../../..
drush en -y inline_responsive_images
cd libraries
wget https://download.ckeditor.com/colorbutton/releases/colorbutton_4.7.3.zip
wget https://download.ckeditor.com/panelbutton/releases/panelbutton_4.7.3.zip
unzip colorbutton_4.7.3.zip
unzip panelbutton_4.7.3.zip
rm *.zip
cd ..
drush en -y panelbutton
drush en -y colorbutton
cd libraries
wget https://download.ckeditor.com/font/releases/font_4.7.3.zip
unzip font_4.7.3.zip
rm *.zip
drush en ckeditor_font -y