From 82ff6195d034487b3849dafdb500537c4d6fc6e9 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 30 Jan 2023 13:01:45 +0100 Subject: [PATCH] fixed missing mkdir for config file on manual installation method --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d66936..2f54708 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ sudo -u www-data -c "/opt/fastapi-dls/venv/bin/uvicorn main:app --app-dir=/opt/f **Create config file** ```shell +mkdir /etc/fastapi-dls cat </etc/fastapi-dls/env DLS_URL=127.0.0.1 DLS_PORT=443