diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f50ae0..74332e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v3.3.3: Bug fixes of deployment process + +### 🔴 Bug fixes + +- updated up to python:3.7.17-slim-bookworm base docker image; +- fixes wine installation/setup on Debian 12 Bookworm. + +### 👥 Contributors + +@malakhovks + ## v3.3.2, 2021-05-01 ### 🔴 Виправлення помилок diff --git a/Dockerfile b/Dockerfile index 0b965d1..5d0ee98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM python:3.7.10-slim-stretch +FROM python:3.7.17-slim-bookworm +# FROM python:3.7.10-slim-stretch # FROM python:3.7.7-slim-stretch # FROM python:2.7-slim-stretch @@ -29,9 +30,12 @@ RUN chgrp -R www-data /srv/ken/deploy/konspekt \ # install wine stable && apt-get install -y software-properties-common apt-transport-https \ && dpkg --add-architecture i386 \ - && wget -nc https://dl.winehq.org/wine-builds/winehq.key \ - && apt-key add winehq.key \ - && apt-add-repository https://dl.winehq.org/wine-builds/debian/ \ + # && wget -nc https://dl.winehq.org/wine-builds/winehq.key \ + && mkdir -pm755 /etc/apt/keyrings \ + && wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \ + # && apt-key add winehq.key \ + # && apt-add-repository https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources \ + && wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources \ && apt-get update \ && apt-get install -y --install-recommends winehq-stable \ && apt-get install -y xvfb --fix-missing \ diff --git a/README.md b/README.md index 3defabd..55eadba 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # KEn (Konspekt English) +## Donation/Funding + +[https://send.monobank.ua/jar/5ad56oNAcD](https://send.monobank.ua/jar/5ad56oNAcD) + ### Choose your language / Оберіть мову - **[Українська](#toc-ua)** - **[English](#toc-en)** ------- -Актуальна версія **KEn** (Konspekt English & Ukkrainian) доступна для вільного використання в науково-дослідних та педагогічних ціляз за посиланням: [https://konspekt.ai-service.pp.ua](https://konspekt.ai-service.pp.ua/) +Актуальна версія **KEn** (Konspekt English & Ukkrainian) доступна для вільного використання в науково-дослідних та педагогічних ціляз за посиланням: [https://ken.e-rehab.pp.ua/](https://ken.e-rehab.pp.ua//) + +**Important note:** ken project and documentation are in active development. For any technical clarifications and questions contact us via email: [malakhovks@nas.gov.ua](mailto:malakhovks@nas.gov.ua) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ken.e-rehab.pp.ua/](https://ken.e-rehab.pp.ua//) server. **Important note:** ken project and documentation are in active development. For any technical clarifications and questions contact us via email: [malakhovks@nas.gov.ua](mailto:malakhovks@nas.gov.ua) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://konspekt.ai-service.pp.ua](https://konspekt.ai-service.pp.ua/) server. @@ -984,7 +990,7 @@ jQuery.ajax({ **KEn** (Konspekt English) is an NLP-powered Web service for contextual and semantic analysis with document taxonomy building feature. -**Important note:** ken project and documentation are in active development. For any technical clarifications and questions contact us via email: [malakhovks@nas.gov.ua](mailto:malakhovks@nas.gov.ua) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://konspekt.ai-service.pp.ua](https://konspekt.ai-service.pp.ua/) server. +**Important note:** ken project and documentation are in active development. For any technical clarifications and questions contact us via email: [malakhovks@nas.gov.ua](mailto:malakhovks@nas.gov.ua) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ken.e-rehab.pp.ua/](https://ken.e-rehab.pp.ua//) server. ### Table of Contents - **[Features](#features-en)** diff --git a/templates/en.html b/templates/en.html index c8f1cac..0fd1730 100644 --- a/templates/en.html +++ b/templates/en.html @@ -2,7 +2,7 @@ - Konspekt - v3.3.2 + KEn - v3.3.3 diff --git a/templates/index.html b/templates/index.html index 16009e5..72fe772 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ - Konspekt - v3.3.2 + KEn - v3.3.3 @@ -14,7 +14,7 @@
-

КОНСПЕКТ

+

KEn (former Konspekt)

v3.3.2

Контекстно-семантичний аналіз природно-мовних текстів та побудова таксономії документів

Українська @@ -23,7 +23,7 @@

Контекстно-семантичн

diff --git a/templates/ua.html b/templates/ua.html index cc082d1..b05edc1 100644 --- a/templates/ua.html +++ b/templates/ua.html @@ -2,7 +2,7 @@ - Конспект - v3.3.2 + KUa - v3.3.3