You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the steps to setup the OH hub, the config.json file is created by running an envsubst command. Create a top level makefile in ./hub/ with the following targets. It can delegate the makefile targets in ./hub/oh/makefile for much of this.
default: creates the config.json file
up: starts the OH hub
down: stops the OH hub
clean: cleans up generated files
realclean: clean + removes OH and edgex docker images from the local docker image repo
The text was updated successfully, but these errors were encountered:
In the steps to setup the OH hub, the config.json file is created by running an envsubst command. Create a top level makefile in ./hub/ with the following targets. It can delegate the makefile targets in ./hub/oh/makefile for much of this.
The text was updated successfully, but these errors were encountered: