Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This way when you build locally to develop, you don't need to use the build script which also does packaging. You can just call the following: $ cp conf/orchestrator.conf.json.sample conf/orchestrator.conf.json $ # modify your configuration here $ go build -o orchestrator go/cmd/orchestrator/main.go $ ./orchestrator ... Otherwise you'd have to fight with the default configuration if you want to get something working locally that's different from the default configuration. For my vagrant local development work I rely on this and then put orchestrator.conf.json into /etc on the virtual machine so it will load there first, which still retain the ability to customize further.
- Loading branch information