Helm : une distri drupal Bootstrap

Source : https://github.com/albatrossdigital/helm

Install (sur vm2-zen)

/etc/hosts    127.0.0.1 helm h1 h2 h3
/etc/apache2/conf-available/helm.conf et sites-available/helm.conf
création db et user avec privilèges
conf alias (en /home/tai/.drush/aliases.drushrc.php)

git clone https://github.com/albatrossdigital/helm-drops-7.git
mv helm-drops-7 helm ; cd helm
drush site-install -y helm

Note drush si est pour drush v6. Pour la v7 c'est drush qd

L'install requiert mémoire php à 196M

drush qd helm --profile=helm --use-existing --root=/var/www/helm/ --db-url=mysql://user:password@localhost/nom-db --writable  install un drupal standard => il faut préciser le profil

Utilisation

Modules actifs par défaut:
strongarm, devel, features, email, entityreference, fences, field_group, link, select_or_other, simplehtmldom, helm_date_formats (et cie), helm_layouts, helm_media, ckeditor_filter et image_resize_filter + ckeditor_widgets, media 2 alpha4, oembed, media_formatters, tablefield, panels (et divers sous modules), panopoly_widgets, metatag_opengraph, googleanalytics, views 3.10 et draggableviews + views_autocomplete_filters + views_bulk_operations + views_data_export_json

Il manque la lib de ckeditor, à mettre dans /helm/profiles/helm/modules/contrib/ckeditor
retirer CKFinder (sinon on a une erreur sur cookies)
drush @helm dis googleanalytics
drush @helm dl imagecache_token

Fichier attachéTaille
Plain text icon Liste des modules de la dristribution Helm 31.58 Ko
logo drush