Files
docker-zulip/custom_zulip_files/README.custom_zulip_files.md
Jason Michalski e1b4da877f Document the custom_zulip_files mechanism.
Also remove configure-rabbitmq, which is no longer used.
2018-05-16 15:50:17 -07:00

519 B

The custom_zulip_files mechanism allows you to test edits to Zulip before making changes in the upstream repo. It works by copying the contents of this directory on top of the main zulip/zulip checkout as part of the Docker build process.

As an example, if you want to test a change to scripts/setup/generate-self-signed-cert, you would grab a copy of the script from zulip/zulip, place it at custom_zulip_files/scripts/setup/generate-self-signed-cert, make your local edits, and then run docker-compose build.