zulip/scripts
2020-05-02 10:18:02 -07:00
..
lib logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
nagios python: Convert assignment type annotations to Python 3.6 style. 2020-04-24 13:06:54 -07:00
setup generate_secrets: Add more comments/documentation. 2020-04-30 10:44:27 -07:00
__init__.py
get-django-setting
purge-old-deployments python: Convert function type annotations to Python 3 style. 2020-04-18 20:42:48 -07:00
README.md
restart-server restart-server: Restart Tornado processes individually. 2020-03-27 06:23:34 -07:00
upgrade-zulip
upgrade-zulip-from-git
zulip-puppet-apply

This directory contains scripts that:

  • Generally do not require access to Django or the database (those are "management commands"), and thus are suitable to run operationally.

  • Are useful for managing a production deployment of Zulip (many are also used in a Zulip development environment, though development-only scripts live in tools/).

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.