hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Install twig C extension for Drupal 8 #294

Open zxaos opened 8 years ago

zxaos commented 8 years ago

It'd be nice if vlad would install the twig c extension during provisioning for improved performance on Drupal 8 sites.

wizonesolutions commented 8 years ago

+1

@zxaos do you know how I can do this in a custom playbook for the time being?

zxaos commented 8 years ago

I don't have a working custom playbook offhand, but you could definitely do worse than to start with gerlingguy's similar role that installs xdebug from source:

https://github.com/geerlingguy/ansible-role-php-xdebug

The actual play isn't too long.