Created
September 12, 2020 21:09
-
-
Save Snuupy/7e52733714f7927f1cb16eb4e9c773cd to your computer and use it in GitHub Desktop.
zulip quick reference commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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