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

Docker dev environment: Automate deployment of a debug build of Apps plugin #321

Open
mickmister opened this issue Apr 8, 2022 · 0 comments
Labels
Help Wanted Community help wanted Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@mickmister
Copy link
Member

For example, some Mattermost config settings to tweak in order to have a smoother dev experience. Basically anything that slows a developer down that can be remedied through automation.

  • Have a default set of credentials, or some setup that easily allows re-deploy of the plugin. We can use mmctl with local mode to create this on container creation.
  • Add a make deploy-dev command which would automatically use the credentials for the docker compose environment.
  • Remove strict password requirements. This includes password length and special character requirements.

In the case where we want to instead use the mattermost-server repo instead of docker, possibly because we want the server and App to run in the same localhost network, we can provide a script to start the server with certain environment variables to make developing Apps more seamless.

@mickmister mickmister added Help Wanted Community help wanted Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers labels Apr 8, 2022
@mickmister mickmister changed the title Various improvements to apps docker dev environment Docker dev environment: Automate deployment of a debug build of Apps plugin Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Community help wanted Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

1 participant