Files
relay/scripts/init.sh
holger krekel 5c58e625f0 draft init flow
2023-12-09 02:07:09 +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 $*