Before starting the services, please create the appropriate consul (Default service registry Consul) kv store config for all the services. You can find the example config
in the folders of each service called config.example. The consul config key of say the account service should be
ultimatebackend/config/io.ultimatebackend.srv.account and just paste the config.yaml content in the consul store for that key in yaml and save.
This seems out of date as the yarn setup:local script does the job and also misleading as the content to store as kv in Consul is taken from bootstrap-development.yaml
Am I misunderstanding the config and should let it this way?
Should I remove this part of the README? Or replace it by something else?
Should I also remove config.example files?
Should I create a Github Action to run the setup steps and test my change? (I see a CircleCI config but I don't know where it's run, no URL or badge, and if I don't know if yarn run test runs the local setup)
While running
yarn setup:local
I getError: unknown command "r" for "yq"
I installed yq on Ubuntu using
sudo snap install yq
In version:Following the docs http://mikefarah.github.io/yq/, the
r
command doesn't seem to exist anymore whatever the OS is.Btw, the README Configuration section says:
This seems out of date as the
yarn setup:local
script does the job and also misleading as the content to store as kv in Consul is taken frombootstrap-development.yaml
yarn run test
runs the local setup)Anyway, thanks lot for for your work!