mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
The development environment installs PostgreSQL from the OS, not PGDG, so we should install the non-PGDG PGroonga package to match. This is required on Debian 10 where postgresql-12-pgdg-pgroonga does not exist. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.