php - Deployment process for custom modules in SugarCRM -


i'm trying understand best way deploy custom modules development environment staging or production. reading sugarcrm support pages (http://support.sugarcrm.com/04_knowledge_base/02administration/100studio_and_module_builder/01_best_practices_when_building_custom_modules/), new modules should built module builder. output of .zip file deployable unit. support page says never redeploy package , further modifications should done studio.

once module deployed, should use studio perform additional configurations module ...

as understand, studio modifies files in custom/ directory , there's no deployable package changes (e.g. .zip file). how can deploy changes made studio staging or production environments? thinking of using git , have modifications in custom/ directory tracked. pull changes desired environment. viable solution? or has come else?

git way manage customizations in sugar. here additional resources find best process:


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -