I'm a little lost, one of my fellow developers makes the drupal site, which makes special pages, custom logos, user hierarchy, etc. His work is scattered across database tables (it seems that CCK creates tables), database rows (texts, image links, etc.), static files (images, PDF files ...) and possibly some PHP ( custom module).
My problem is to get it working in the git repository and being able to deploy it on different servers in a consistent way, for example, I would do with the traditional work of developers (say, J2EE). One of my limitations is to reject raw SQL because we can deploy the same code on different RDBMSs. But if I must, I will ease this restriction.
I can not find the module that does this out of the box, do you have a pointer that I could skip on the drupal website?
Thank you for your help,
Nicolas.
source
share