I want to update the project pacs-integration GitHub - Bahmni/pacs-integration for my needs, but I don’t know how to put in my bahmni server that update. The project already generates the target folder so the project can be compiled, but I don’t know how to upload the changes that I have made to the server.
Not sure what you mean by “update” if you want to improve the code, fork it, build it.
It should build out a war. If you want to create an rpm package out of it. check this
Yep, I want to improve the code of the pacs-integration project. I check the link, but I didn’t achieve to generate the rpm file from the .war file. Do you have any script or guide on what should I do?