Skip to content

Instantly share code, notes, and snippets.

@Snuupy
Created September 12, 2020 21:09
Show Gist options
  • Save Snuupy/7e52733714f7927f1cb16eb4e9c773cd to your computer and use it in GitHub Desktop.
Save Snuupy/7e52733714f7927f1cb16eb4e9c773cd to your computer and use it in GitHub Desktop.
zulip quick reference commands
https://github.com/zulip/zulip/tree/master/zerver/management/commands
realm_domain
list_realms
generate_realm_creation_link
deactivate_realm
scrub_realm
./manage.py generate_realm_creation_link
/opt/docker/zulip/postgresql/data/
/opt/docker/zulip/zulip/
docker-compose exec -u zulip zulip /home/zulip/deployments/current/manage.py generate_realm_creation_link
./manage.py generate_realm_creation_link
/home/zulip
docker cp name_restrictions.py docker-zulip_zulip_1:/home/zulip/deployments/current/zerver/lib/name_restrictions.py
https://zulip.readthedocs.io/en/latest/production/settings.html#specific-settings
https://zulip.readthedocs.io/en/latest/production/deployment.html#zulip-in-docker
https://zulip.readthedocs.io/en/latest/production/requirements.html
https://zulip.readthedocs.io/en/latest/production/multiple-organizations.html
https://github.com/zulip/zulip/tree/master/zerver/management/commands
https://github.com/zulip/docker-zulip/blob/master/docker-compose.yml
https://github.com/zulip/docker-zulip
https://zulip.readthedocs.io/en/latest/production/deployment.html#putting-the-zulip-application-behind-a-reverse-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment