mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
allow using release sources
This commit is contained in:
parent
8941c697fb
commit
f569ca17e2
9 changed files with 1226 additions and 113 deletions
|
|
@ -56,7 +56,7 @@ See the [configuration section](#configuration) for more options.
|
|||
#### Start an instance
|
||||
|
||||
```bash
|
||||
haze start [database] [php-version] [services]
|
||||
haze start [database] [php-version] [services] [vX.Y.Z]
|
||||
```
|
||||
|
||||
Where `database` is one of `sqlite`, `mysql`, `mariadb`, `pgsql` or `oracle`
|
||||
|
|
@ -69,6 +69,9 @@ might be missing some newer features.
|
|||
Each php version also comes with a `-dbg` variant that has php compiled in debug
|
||||
mode and can be used for debugging php itself with gdb.
|
||||
|
||||
You can specify a version number (e.g. `v32.0.2`) to use the sources from a
|
||||
release instead of using the local sources.
|
||||
|
||||
Additionally, you can use the following options when starting an instance:
|
||||
|
||||
- `s3`: set up an S3 server and configure to Nextcloud to use it as primary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue