zulip/scripts
Tim Abbott b7211733e2 node_cache: Rename npm_cache to target_path.
This is cleaner and part of renaming these variables to refer to the
node_modules_cache.
2017-07-21 17:28:20 -07:00
..
lib node_cache: Rename npm_cache to target_path. 2017-07-21 17:28:20 -07:00
nagios pep8: Add compliance with rule E261 nagios/check-rabbitmq-consumers. 2017-05-31 17:07:15 -07:00
setup scripts: Add script to autogenerate a self-signed SSL cert. 2017-07-16 17:22:32 -07:00
README.md
__init__.py
get-django-setting
purge-old-deployments
restart-server
upgrade-zulip
upgrade-zulip-from-git scripts/upgrade-zulip-from-git: Don't cache the repo URL, only the contents 2017-06-28 15:49:57 -07:00
zulip-puppet-apply zulip-puppet-apply: Fix running it as ./zulip-puppet-apply. 2017-02-27 15:25:14 -08:00

README.md

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.