open-horizon-services / service-mqtt

This is a multi-platform Open Horizon service-based message queue broker. It provides an MQTT broker and publisher for inter-container communication.
0 stars 3 forks source link

Document standard Makefile targets #9

Open t-fine opened 3 years ago

t-fine commented 3 years ago

https://github.com/open-horizon-services/mqtt/blob/main/Makefile

t-fine commented 3 years ago

Minimal Makefile targets:

init 
build
dev (open a shell in the container, for development, with source dir mounted)
run (for production)
stop (stop and remove the container)
test (perform a test of the service)
push (to docker compliant registry)
publish (service and verify service)
clean (depend on stop and also remove the container image)
distclean (clean as much as possible, e.g., remove all container and all images, and docker network prune, etc.)
t-fine commented 3 years ago

Also require a README and License

julianchen215 commented 1 year ago

Hi @t-fine @joewxboy can you please assign this issue to me?

t-fine commented 1 year ago

@julianchen215 can do!