From 68f7c87ea455a31887afff48bbce785d3e6f2d4c Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 9 Jan 2026 15:08:21 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05981e8..d471cd3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ This recipe requires four domains. One domain for drive, and one for minio which * `abra app config ` - make sure to set MINIO_DOMAIN, COLLABORA_DOMAIN, ONLY_OFFICE_DOMAIN to the domains you set up for each. * `abra app deploy ` -* `abra app cmd backend migrate` +* `abra app cmd backend migrate` # creates databsae tables +* `abra app cmd backend trigger_wopi` # connects only office & collabora (if they stop working, try running this again) * `abra app restart minio-createbuckets` (Note: this will appear to fail, but probably worked! Check `abra app logs minio-createbuckets`) You should then be able to visit the landing page of your app, but not yet to login. To login, you need to deploy and integrate single sign on (described below in the "Configure Authentication" section). -- 2.49.0