zulip/scripts
Tim Abbott 747f66bfe1 docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
..
lib setup_venv: Give up if virtualenv-clone isn't working. 2017-01-09 11:21:42 -08:00
nagios pep8: Fix E222 violations. 2016-11-30 21:49:02 +00:00
setup mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08: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 Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00
purge-old-deployments zulip_tools.py: Move zulip_tools.py in scripts/lib. 2016-08-15 16:44:50 -07:00
restart-server Django 1.10: Use uWSGI. 2016-12-13 21:40:43 -08:00
upgrade-zulip Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
upgrade-zulip-from-git scripts: rename deploy-zulip-from-git to reference upgrading. 2016-08-25 10:48:59 -07:00
zulip-puppet-apply puppet: Silence puppet warnings about missing hiera.yaml. 2016-07-30 21:25:19 -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.