From baf0e805e683e89c97f6ed3e5ccad1b4ec40ce94 Mon Sep 17 00:00:00 2001 From: "Gallenkamp, Fabian (bax1489)" <fabian.gallenkamp@uni-hamburg.de> Date: Fri, 13 Sep 2019 12:46:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d78fc8c..2a4fb13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ansible script to setup multiple [otree](https://otree.readthedocs.io/en/latest/) instances with gninx reverse proxy and supervisor +# ansible script to setup multiple [otree](https://otree.readthedocs.io/en/latest/) instances with python env, gninx reverse proxy, supervisor and ufw ## preparation @@ -72,7 +72,7 @@ otree_users: ``` ### (optional) upload otree project -1. If no git-repository with your otree project is provided, you can place a copy of the project files (with scp) in ``files/<otree_username>/``. +1. If no git-repository ``app_repo``-value with your otree configuration is provided, you have to place a copy of the project files (with scp) in ``files/<otree_username>/``. And now run the playbook. -- GitLab