Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure make processing in ./hub/oh #8

Open
dabooz opened this issue Feb 18, 2020 · 0 comments
Open

Restructure make processing in ./hub/oh #8

dabooz opened this issue Feb 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dabooz
Copy link
Contributor

dabooz commented Feb 18, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant