View source | Discuss this page | Page history | Printable version   

DRBP DoAndDont

Do's and Don'ts

Do's

  1. Follow the standard Workflow.
  2. Don't commit to Test without test your development locally. Make sure that ant smartbuild ends successfully.
  3. Test the developments in the Test Environment before pushing to Production.
  4. Code Review the developments in order to improve quality.
  5. Modularize the developments.
  6. Have a person responsible for updating Production. No one should touch Production without the permission from this person.

Don'ts

  1. Don't change Core. Use modularity to change it.
  2. Don't update the Production Database manually. It creates inconsistent data and can break the application eventually.
  3. Don't copy code from one Environment to the other. Use Mercurial to update to the latest changes.

Retrieved from "http://wiki.openbravo.com/wiki/DRBP_DoAndDont"

This page has been accessed 685 times. This page was last modified on 2 May 2014, at 09:14. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.