So one hassle of Drupal 6 is that it's tough to move changes from a development server to a test or staging server to a production server.

Has this been made easier in Drupal 7? Is there some coding conventions module developers are suppose to follow now. So a developer can easily separate content and configuration and only move configuration between dev, test, and prod?

Is the recommended advice to still use the Features module?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

To the best of my knowledge, there are no additional features in Drupal 7 that specifically address the deployment issues. Features will probably continue to be the best solution to that set of issues, for some time. However, some of the new features in Drupal 7 such as entities and fields in core may make it easier, when creating a module, to expose its configuration data to Features.

link|improve this answer
Thanks for the response. – Tobias Feb 23 '11 at 17:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.