From 5292ae6322d1c7142d19f24b929e829a156ccbba Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 25 Nov 2021 16:06:22 +0100
Subject: [PATCH] document how I made the first admin user for Zulip

---
 docs/usage.rst | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/docs/usage.rst b/docs/usage.rst
index 79e57d5a9..e13cc16ad 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -118,10 +118,23 @@ online document editing suite. Your can open documents in Onlyoffice by clicking
 them in Nextcloud. You can open new documents by clicking the "Plus" button in
 Nextcloud and selecting Document, Spreadsheet or Presentation.
 
-RocketChat
-~~~~~~~~~~
+Zulip
+~~~~~
+
+`Zulip <https://zulip./>`__ is a team chat application.
+
+Unfortunately, Zulip does not yet listen to the Stackspin roles, so once you
+have installed Zulip, you need to make one of your users the owner.  That allows
+that user to manage Zulip's settings from inside the application. This The owner
+can also edit other users' roles.
+
+For this, you have to replace ``<your email>`` in the the following command and
+run it on your cluster:
+
+```
+kubectl exec -n stackspin-apps zulip-0 -c zulip -- sudo -u zulip /home/zulip/deployments/current/manage.py change_user_role <your email> owner --realm 2
+```
 
-`RocketChat <https://rocket.chat/>`__ is a team chat application.
 
 Wekan
 ~~~~~
-- 
GitLab