Hi I recently started working with Drupal. Today I tried running VDD.(I have some experience with Vagrant and Chef.) I download this version: vdd 7.x-1.3 (http://ftp.drupal.org/files/projects/vdd-7.x-1.3.tar.gz). The problem is that it didn't worked out of the box. I had to make some changes, and now it's working well. I want to contribute my changes, how can I do this? Here a list of what I had to do: - include the database cookbook in cookbooks/site (https://github.com/opscode-cookbooks/database) - include the xfs cookbook in cookbooks/site (https://github.com/opscode-cookbooks/xfs) - include the chef-postgresql cookbook in cookbooks/site (https://github.com/phlipper/chef-postgresql) - include the aws cookbook in cookbooks/site (https://github.com/opscode-cookbooks/aws) - add the database cookbook to the run list (/roles/vdd.json) before the mysql::client recipe and after the apache2 recipe. - add the php cookbook to the run list (/roles/vdd.json) before mysql::client recipe and after the database recipe Cheers Tobia
Hi Tobia, You should report this to the project (https://www.drupal.org/project/vdd) by making an issue (https://www.drupal.org/project/issues/vdd?categories=All). Read about this proces in: https://www.drupal.org/contribute/development You can contribute code to a project by making a patch: https://www.drupal.org/patch Erik Stielstra
On 19 feb. 2015, at 09:33, Tobia De Koninck <tobia@ledfan.be> wrote:
Hi
I recently started working with Drupal. Today I tried running VDD.(I have some experience with Vagrant and Chef.) I download this version: vdd 7.x-1.3 (http://ftp.drupal.org/files/projects/vdd-7.x-1.3.tar.gz). The problem is that it didn't worked out of the box. I had to make some changes, and now it's working well.
I want to contribute my changes, how can I do this?
Here a list of what I had to do:
- include the database cookbook in cookbooks/site (https://github.com/opscode-cookbooks/database) - include the xfs cookbook in cookbooks/site (https://github.com/opscode-cookbooks/xfs) - include the chef-postgresql cookbook in cookbooks/site (https://github.com/phlipper/chef-postgresql) - include the aws cookbook in cookbooks/site (https://github.com/opscode-cookbooks/aws) - add the database cookbook to the run list (/roles/vdd.json) before the mysql::client recipe and after the apache2 recipe. - add the php cookbook to the run list (/roles/vdd.json) before mysql::client recipe and after the database recipe
Cheers
Tobia
participants (2)
-
Erik Stielstra -
Tobia De Koninck