From 12be04f0e221af89999a018fe605c7e76e914d79 Mon Sep 17 00:00:00 2001 From: "Breder, Jonas" <jonas.breder@uni-hamburg.de> Date: Wed, 19 Mar 2025 10:53:36 +0000 Subject: [PATCH] added description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb9921..da2aace 100755 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Use supervisor: ``sudo supervisorctl restart <otree_instance_name>``. Log files Run: ``sudo systemctl restart nginx.service``. All log files are disabled by default due to data protection purposes. Adapt the ngninx template if logging is really necessary. ### For which operating system is this ansible script optimized? -Currently only Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted. +Originally, Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted. But the system runs on Ubuntu 22 just fine as well. ### There is an error with redis in apt installation on systems with ipv6 disabled. Solution: Disable IPV6 also in ``/etc/redis/redis.conf``: ``bind 127.0.0.1``. -- GitLab