Drupal development workflow for teams

Posted by Raul Singahn on Stack Overflow See other posts from Stack Overflow or by Raul Singahn
Published on 2010-05-01T23:46:20Z Indexed on 2010/05/01 23:57 UTC
Read the original article Hit count: 225

Filed under:
|

In my last Drupal project we were 5 people doing coding and installing new modules, at the same type our client was putting up content. Since we chose to have only one server for simplicity there were times were many people needed to write to the same files like style.css or page.tpl.php or when someones broken code would prevent others from working

Are there any best practises for a team that works with Drupal? How can leverage code repositories or sandboxes?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about best-practices