zulip/scripts
Pweaver (Paul Weaver) 48815204e4 Changes node_modules to default to the same args for generate_sha1sum.
Since we can use both perfer_offline=True and False in a since build
prefer_offline shouldn't be used as a cache key or it will confuse the
cleanup script. Since yarn install (if successful) should be idempotent.
This will probably be ok.
2017-08-05 12:29:16 -07:00
..
lib Changes node_modules to default to the same args for generate_sha1sum. 2017-08-05 12:29:16 -07:00
nagios pep8: Add compliance with rule E261 nagios/check-rabbitmq-consumers. 2017-05-31 17:07:15 -07:00
setup deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -07:00
__init__.py
get-django-setting
purge-old-deployments
README.md
restart-server
upgrade-zulip
upgrade-zulip-from-git upgrade: Reorder steps slightly for clarity. 2017-07-31 21:27:32 -07:00
zulip-puppet-apply zulip-puppet-apply: Fix running it as ./zulip-puppet-apply. 2017-02-27 15:25:14 -08:00

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 http://zulip.readthedocs.io/en/latest/directory-structure.html.