Re: Contributing my changes to VDD
Erik Stielstra <[email protected]> Thu, 19 Feb 2015 09:49:59 +0100
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <[email protected]> |
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=3DAll). 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 <[email protected]> wrote: >=20 > Hi >=20 > 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. >=20 > I want to contribute my changes, how can I do this? >=20 > Here a list of what I had to do: >=20 > - 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 >=20 >=20 > Cheers >=20 > Tobia