voila/README.md

27 lines
538 B
Markdown
Raw Permalink Normal View History

2023-01-04 23:33:48 +00:00
# voila
2023-01-05 00:10:27 +00:00
> Deploy a volume with Voila (Jupyter renderer)
2023-01-04 23:33:48 +00:00
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
2023-01-05 00:07:49 +00:00
* **Image**: [`python`](https://hub.docker.com/r/python), 4, upstream
2023-01-04 23:33:48 +00:00
* **Healthcheck**: No
* **Backups**: No
2023-01-05 23:54:49 +00:00
* **Email**: N/A
2023-01-04 23:33:48 +00:00
* **Tests**: No
2023-01-05 23:54:49 +00:00
* **SSO**: Yes
2023-01-04 23:33:48 +00:00
<!-- endmetadata -->
## Quick start
2023-01-05 23:54:49 +00:00
* `abra app new voila`
2023-01-04 23:33:48 +00:00
* `abra app config <app-name>`
* `abra app deploy <app-name>`
2023-01-05 23:54:49 +00:00
Expects a set of Jupyter notebooks to be deployed to its `data` volume.
2023-01-04 23:33:48 +00:00
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).