apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Add conf.json wiki page #130

Open jlin21 opened 8 years ago

jlin21 commented 8 years ago

Include what each exec order does. Policies for rolling deploy and what not (we'll decide on this part later)

clakeb commented 7 years ago

Could I get direction on how to use the conf.json? I have henchman and modules built. Looking to use this for a simple deployment soon.

jlin21 commented 7 years ago

There is a config.json loaded by default. Are you using modules you built yourself?

clakeb commented 7 years ago

No just copying the built modules to a different directory for use in our company deployment repos. I get the errors ERRO[0000] Error Validating Modules Dir error=stat modules: no such file or directory mod path=modules. Really just need to know what the syntax is for setting the module path.

Or am I reading that wrong and don't have the modules added to $PATH?