Skip to content

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

License

Notifications You must be signed in to change notification settings

JimMackin/SuiteCRM_Package_Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages