PaloAltoNetworks / minemeld-core

Engine of MineMeld
Apache License 2.0
141 stars 95 forks source link

Allow desktop development using docker services #345

Open sddj opened 5 years ago

sddj commented 5 years ago

This change set is for enabling MineMeld (minemeld-core and minemeld-webui to be debugged on the desktop using docker to run the required services, PyCharm for editing and debugging minemeld-core, and WebStorm for editing and debugging minemeld-webui. To accomplish this, changes are required to be able to configure remote connections to the services as they appear remote when running in the docker containers.

See https://github.com/sddj/minemeld-docker for the required base files and setup instructions.