working on minio-initialize

This commit is contained in:
notplants
2026-02-20 11:34:35 -05:00
parent f4381dc8a3
commit 6b2e1f166e
4 changed files with 43 additions and 25 deletions

View File

@ -21,7 +21,7 @@
* `abra app config <app-name>`
* `abra app deploy <app-name>`
* `abra app cmd <app-name> backend migrate`
* `abra app restart <app-name> minio-bootstrap` (Note: this will appear to fail, but probably worked! Check `abra app logs <app-name> minio-bootstrap`)
* Minio buckets are created automatically on first deploy. To manually trigger: `abra app cmd <app-name> minio minio_initialize`
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).