Fork me on GitHub
#duct
<
2018-04-12
>
dadair03:04:47

“lein uberjar” And then “java -jar <jar file>” should “just work” assuming the appropriate components are derived from duct/daemon

dadair03:04:17

Otherwise you can start then explicitly: “java -jar <jar file> :duct/migrator” for example

dadair03:04:08

In main.clj it looks for keys from the standard static main entry point args, and starts daemon components if no keys are passed as args

dadair03:04:22

What problems are you running into?

beta103621:04:54

the standalone uberjar contains just one duct_hiearchy.edn file (mine) and duct modules are complaining about missing keys since the key hierarchy is not in place.

dadair21:04:11

hmm it should be recursively finding those files throughout the directory structure and merging them, are you able to provide more info about how you are structuring your duct_hierarchy.edn files (where they are, the contents of them)?