mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
`--no-init-db` is used to silence the need for `--hostname` and `--email` arguments; it is a proxy for "this is not a frontend host." We would ideally like to use `has_class` to know if the user's provided puppet classes are include an `app_frontend`, and thus `--hostname` and `--email` are required -- but doing that requires several other steps, and we would like this feedback to be immediate. We make the presence of `--puppet-classes` equivalent to `--no-init-db`, since nearly every configuration with `--puppet-classes` does not install both a database and a frontend, which is what is required to initialize a database. |
||
|---|---|---|
| .. | ||
| apns | ||
| dev-vagrant-docker | ||
| emoji | ||
| __init__.py | ||
| bootstrap-aws-installer | ||
| build_pygments_data | ||
| build_timezone_values | ||
| dev-motd | ||
| generate_integration_bots_avatars.py | ||
| generate_landing_page_images.py | ||
| generate_zulip_bots_static_files.py | ||
| generate-fixtures | ||
| generate-test-credentials | ||
| install-aws-server | ||
| install-shellcheck | ||
| install-shfmt | ||
| install-transifex-cli | ||
| lang.json | ||
| optimize-svg | ||
| pack-local-script | ||
| postgresql-init-dev-db | ||
| postgresql-init-test-db | ||
| setup_venvs.py | ||
| vagrant-provision | ||