mirror of
https://github.com/zulip/zulip.git
synced 2026-06-15 21:01:31 +08:00
We were checking for whether an item in the deployments directory represents a directory but were using its relative path which was causing a false value to be returned for all items irrespective of their being a directory or not if the script was invoked from some where other than the deployments directory. |
||
|---|---|---|
| .. | ||
| lib | ||
| nagios | ||
| setup | ||
| __init__.py | ||
| clean-unused-caches | ||
| get-django-setting | ||
| purge-old-deployments | ||
| README.md | ||
| restart-server | ||
| 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 http://zulip.readthedocs.io/en/latest/directory-structure.html.