zulip/scripts
rht 9ab54e5bd7 scripts/lib/install: Add flag to specify key settings.
This should make it easier to script the installation process, and
also conveniently are the options one would want for the --certbot
option.

Significantly modified by tabbott to have a sane right interface,
include --help, and avoid printing all the `set -x` garbage before the
usage notices.
2017-10-03 16:56:45 -07:00
..
lib scripts/lib/install: Add flag to specify key settings. 2017-10-03 16:56:45 -07:00
nagios scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
setup install: Add comments documenting installer wrapper. 2017-10-01 15:48:36 -07:00
README.md docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
__init__.py Factor out venv-creating code from provision.py. 2016-06-21 11:25:41 -07:00
get-django-setting scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
purge-old-deployments caches: Suppress unnecessary output when cleaning caches. 2017-09-25 16:34:03 -07:00
restart-server scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
upgrade-zulip Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
upgrade-zulip-from-git scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
zulip-puppet-apply scripts: Remove import print_function. 2017-09-29 15:43:30 -07: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.