Building Artifactory

Hi Folks,
Looking for on how to build the artifactories from openemr project directory.
I need openemr-.tar.gz and openemr-.zip files built from my local machine

@princenareshece,
Please use the following commands to tar and zip your openemr project.

Linux:
tar -czvf openemr.tar.gz openemr
zip -r openemr-.zip openemr

Windows:
Please use tool like 7zip to tar and zip file

Thanks,
ViSolve - 119