Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 920 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 920 Bytes

SuiteCRM_Package_Builder

SuiteCRMPackageBuilder is a small PHP script which builds up the zip package for a SuiteCRM module based on a compliant manifest file.

##Usage

suitecrmpackagebuilder simply requires the path to the manifest file, the path to the SuiteCRM instance and a path for the newly created package.

suitecrmpackagebuilder <manifestpath> <suitecrmpath> <zippath>

i.e.

suitecrmpackagebuilder /var/www/mySuiteCRMInstance/manifest.php /var/www/mySuiteCRMInstance/ SuiteCRMPackage.zip

##Manifest format suitecrmpackagebuilder assumes that all the source files referenced in the manifest file match the SuiteCRM structure. For example if you have a language file you want to include and it's located at /var/www/mySuiteCRMInstance/custom/Extension/modules/Contacts/Ext/Language/MyFile.php then the manifest should refer to the file at custom/Extension/modules/Contacts/Ext/Language/MyFile.php.