From 46429e9bdd53eaf2cac1b9c5d5bd75025f2f3e27 Mon Sep 17 00:00:00 2001 From: Connor McMillan Date: Sun, 18 Jun 2023 19:02:22 -0700 Subject: [PATCH] docs(README.md): Pre-release Added pre-release notification and added worker management to known bugs. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb564d..8fab391 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,11 @@ It was designed with an emphasis on security to meet organization/business needs - 👉 IPBan (fail2ban for Flask) with [IPAbuseDB.com](https://ipabusedb.com) integration - 👉 Webhook endpoint security +# ❗ This project is still in pre-release. # 🐛 Known Bugs +- Worker management needs reimplementation + - Currently working on this - Manually requeuing jobs fail - ~~Searching plates will only work if pagination position is on page 1~~ - ~~This is a grid.js issue [#1314](https://github.com/grid-js/gridjs/issues/1314) [#1344](https://github.com/grid-js/gridjs/pull/1334) [#1311](https://github.com/grid-js/gridjs/issues/1311).~~ @@ -46,7 +49,7 @@ It was designed with an emphasis on security to meet organization/business needs TBD ### Bare Server -1. apt-install build-essential python3 python3-dev redis-server && systemctl enable redis-server && systemctl start redis-server +1. apt install build-essential python3 python3-dev redis-server && systemctl enable redis-server && systemctl start redis-server 2. git https://github.com/mibs510/OpenALPR-Webhook 3. cd OpenALPR-Webhook 4. pip3 install -r requirements.txt