1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add option to mount app packages

This commit is contained in:
Robin Appelman 2021-07-06 15:57:36 +02:00
commit acfbdd16d9
4 changed files with 106 additions and 1 deletions

View file

@ -29,6 +29,10 @@ haze start [database] [php-version]
Where `database` is one of `sqlite`, `mysql`, `mariadb` or `pgsql` with an optional version (e.g. `pgsql:12`), defaults to `sqlite`.
And `php-version` is one of `7.2`, `7.3`, `7.4`, `8.0`, `7` or `8`, defaults to `8.0`
Additionally, you can use the following options when starting an instance:
- `s3`: setup Nextcloud with S3 primary storage
- `<path to app.tar.gz>`: by specifying the path to an app package this package will be extracted into the apps directory of the new instance (overwriting any existing app code). This can be used to quickly test a packaged app.
#### Run tests in a new instance
```bash