- Install NodeJS
- Install Apache
- Configure Apache Virtualhost on port 8080
- Install MySQL
- Install PHP-FPM
- Install Drupal from Drush Makefile
- Setup common
settings.php
with environment overrides
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['foxtail-cookbook']['bacon'] | Boolean | whether to include bacon | true |
Include foxtail-cookbook
in your node's run_list
:
{
"run_list": [
"recipe[foxtail-cookbook::default]"
]
}
Author:: YOUR_NAME (<YOUR_EMAIL>)