Adding local development environment in podman#12
Adding local development environment in podman#12NeilHanlon merged 3 commits intorocky-linux:mainfrom
Conversation
|
Issue for this PR: #9 |
|
Great work on the dev environment setup here. It'll be a huge help to have a solid foundation others can work atop. Code quality is overall excellent (clean shellcheck, good error handling, comprehensive docs). A few items to address:
Nice to haves (perhaps just file issues w/ "help wanted" tag & others can jump in?):
Overall a very solid PR and with the couple quick fixes above, I'll approve and we can merge. |
Thanks for the review @NeilHanlon! I addressed #1 and #2 above. I agree that using |
NeilHanlon
left a comment
There was a problem hiding this comment.
LGTM! Thank you very much.
This change adds a local mattermost development environment which runs in podman. The change includes a set of
make dev-*make targets which are used to manage the local development environment. In the newly created/docsdirectory there is a document which explains how to make use of the local development environment.