Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Cairns committed Sep 4, 2024
1 parent 3f7173f commit 21ac00b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ ddev get ddev/ddev-minio
ddev get discoverygarden/ddev-flysystem-minio
ddev restart
```
## Usage

The addon Configures Drupal to use the buckets so no additional configuration is required.

The add depends on [ddev-minio](https://github.com/ddev/ddev-minio/tree/master) to provide minio.
To access the minio console run `ddev minio` and login with `ddevminio` as both the username and password.

### Commands
| Command | Usage | Description |
|------------------|----------------------------|------------------------------------------------|
| `create-buckets` | `ddev create-buckets [-f]` | Creates the flysystem bucket. `-f` to recreate.|

0 comments on commit 21ac00b

Please sign in to comment.