puppetlabs/trapperkeeper

Packaging application for production

Closed this issue · 2 comments

Hi all,

What is the standard workflow for packinging application for production? lein uberjar and then running the uberjar with java -jar?

Regards,

Timur

That is how we ship our apps, yes.

We actually have some internal tooling that will build RPMs and other operating system packages from the uberjar, but it may or may not be easy to set up outside of our Jenkins environment :)

https://github.com/puppetlabs/ezbake

Okay thanks!