Files
relay/scripts/init.sh
holger krekel b71e24d6a1 draft init flow
2023-12-11 15:52:12 +01:00

10 lines
205 B
Bash
Executable File

#!/bin/sh
set -e
python3 -m venv venv
pip=venv/bin/pip
$pip install pyinfra pytest build 'setuptools>=68' tox
$pip install -e deploy-chatmail
$pip install -e chatmaild
venv/bin/deploy-chatmail init $*