tweak for making CI happy

This commit is contained in:
holger krekel
2023-12-10 18:40:09 +01:00
parent 4615df2e3b
commit b3fdebf8df
4 changed files with 20 additions and 15 deletions

View File

@@ -25,14 +25,12 @@ DNS domain name (FQDN), for example `chat.example.org`.
ssh root@CHATMAIL_DOMAIN
```
2. Install the `cmdeploy` binary in a Python virtual environment:
2. Install the `cmdeploy` command in a virtualenv
```
python3 -m venv venv
source venv/bin/activate
pip install -e deploy-chatmail -e chatmaild
source scripts/initenv.sh
```
3. Create chatmail configuration file `chatmail.ini`:
```