A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zulip/docker-zulip/wiki/Running-Management-Commands below:

Running Management Commands · zulip/docker-zulip Wiki · GitHub

To run management commands on your docker-zulip container, you have to docker-compose exec into the container as the zulip user.

A helper command to do this for you from the parent system is as follows:

#!/bin/sh

docker-compose exec -u zulip zulip /home/zulip/deployments/current/manage.py "$@"

Save this as zulip_manage.sh, then you can use it to run commands like so:

./zulip_manage.sh help

Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:
...
./zulip_manage.sh generate_invite_links --realm yourdomain.com person@example.com

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4