Skip to content

Creating your organization command doesn't work #502

Open
@18107

Description

@18107

Running the command

docker-compose exec -u zulip zulip \
    "/home/zulip/deployments/current/manage.py generate_realm_creation_link"

at https://github.com/zulip/docker-zulip#creating-your-organization produces the error:
OCI runtime exec failed: exec failed: unable to start container process: exec: "/home/zulip/deployments/current/manage.py generate_realm_creation_link": stat /home/zulip/deployments/current/manage.py generate_realm_creation_link: no such file or directory: unknown

Removing the quotes from the second line as

docker-compose exec -u zulip zulip \
    /home/zulip/deployments/current/manage.py generate_realm_creation_link

produced the realm creation link

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions