chef-deploy-drupal icon indicating copy to clipboard operation
chef-deploy-drupal copied to clipboard

Deploy-Drupal Cookbook

Results 6 chef-deploy-drupal issues
Sort by recently updated
recently updated
newest added

We have the following dependencies that are really unnecessary and just introduce maintainance problems: - git (could be a `package`) - vim (could be a `package`) - curl (could be...

In f98ea22 I cleaned up the `nginx` recipe and got rid of a bunch of attributes like `extension_block_list` and the like. Nginx minitests still contain tests on these attributes and...

Having used the current organization of the cookbook, that is attributes names and organization, and division of responsibilities between recipes, it seems necessary to take a stab at making the...

The [drush cookbook](https://github.com/homemade/chef-drush) we are currently using is very small (20 loc). It should be merged with `deploy-drupal` and removed from dependencies.

Currently we run "drush si" `only_if DRUSH_STATUS_CMD`: ``` bash drush status --fields=db-status | grep Connected | wc -l | xargs test 0 -eq ``` This needs to be refind. Currently,...

With Travis or otherwise. This issue replaces: https://github.com/amirkdv/vagrant_drupal/issues/4 -- Setup integration testing Resources: - https://github.com/amirkdv/chef-deploy-drupal/blob/master/dev-notes.md#testing - https://github.com/amirkdv/vagrant_drupal/issues/4