Drupal基本モジュールのインストール

Nid: 777

必要に応じて、各種モジュールをインストールします。

 

ライブラリ等のインストール。

$ cd /var/www/html/$sitename
$ sudo mkdir sites/all/libraries/jsonpath;sudo wget -c -O sites/all/libraries/jsonpath/jsonpath.php https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jsonpath/jsonpath-0.8.1.php
$ sudo wget -P sites/all/libraries/fitvids https://raw.github.com/davatron5000/FitVids.js/master/jquery.fitvids.js
$ wget -cP /tmp https://github.com/fooplugins/FooTable/archive/V3.zip && unzip /tmp/V3.zip -d /tmp && sudo mv /tmp/FooTable-3/compiled sites/all/libraries/footable

モジュールのインストール。

$ sudo drush -y en \
admin_views aggregator back_to_top boolean_formatter \
bundle_copy \
context_layouts, context_ui, context \
libraries jquery_update pathauto token \
feeds_ex feeds_import feeds_ui feeds_news feeds_tamper_ui feeds_tamper feedspreview geofield_map, geofield \
ctools_ajax_sample, ctools_access_ruleset, ctools_custom_content, term_depth, bulk_export, views_content, stylizer, page_manager, ctools \
better_exposed_filters \
chosen \
ds_forms, ds_ui, ds_format, ds_search, ds_extras, ds \
draggable_captcha \
entity, entity_token entityreference \
field_collection field_group \
field_validation_extras, property_validation, field_validation, field_validation_ui \
floating_block \
fontawesome \
xmlsitemap_custom, xmlsitemap_taxonomy, xmlsitemap_menu, xmlsitemap_node, xmlsitemap_modal, xmlsitemap_engines, xmlsitemap \
admin_menu admin_menu_toolbar admin_devel \
link extlink \
date_repeat_field, date_popup, date_context, date_all_day, date_migrate, date_tools, date_api, date_repeat, date_views, date \
image_link_formatter \
insert \
devel devel_generate devel_node_access \
adsense_cse adsense_click adsense_managed revenue_sharing_basic adsense_search adsense \
file_entity media_internet media media_youtube media_vimeo media_flickr \
fitvids \
module_filter \
node_export_feeds, node_export_relation, node_export_features, node_export \
options_element \
pagepeeker \
prlp \
quicktabs quicktabs_tabstyles \
redirect \
responsive_favicons \
similarterms \
smtp \
spamicide \
strongarm \
tagclouds \
talk \
textformatter textformatter_contrib \
themekey_redirect, themekey_css, themekey_user_profile, themekey_compat, themekey_debug, themekey_ui, themekey, themekey_features \
toc_filter \
views_bulk_operations, actions_permissions \
views_ui views_fluid_grid \
webform \
ckeditor \
responsive_bartik \
imagecache_token transliteration 
$ !!
$ sudo drush -y en footable
$ sudo drush chosenplugin

不要モジュールの無効化。

$ drush -y dis toolbar overlay