d9d048a866
Add a documentation to deploy a self-hosted visio instance in a standalone way (witout AI features)
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl https://raw.githubusercontent.com/numerique-gouv/tools/refs/heads/main/kind/create_cluster.sh | bash -s -- impress
|