From bca19c2934b2618d3000f55f024448ab57004978 Mon Sep 17 00:00:00 2001 From: "Gallenkamp, Fabian (bax1489)" <476-bax1489@users.noreply.gitlab.rrz.uni-hamburg.de> Date: Tue, 22 Oct 2019 13:01:14 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 56433b0..f182e5f 100755 --- a/README.md +++ b/README.md @@ -125,5 +125,8 @@ Currently only Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted. ### 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``. +### What's the difference to other otree deployment variants? +Other closed/open source projects([oTree Hub](https://www.otreehub.com/), [oTree Virtual Machine Manager](https://otree-virtual-machine-manager.readthedocs.io/en/latest/), [oTree Manager](https://otree-manager.readthedocs.io/en/latest/)) require access to many vms or a dedicated server. This project can be used when there is only one vm in your facility data center. + ### Are there plans for a GUI? Currently not, but feel free to do feature requests. -- GitLab