From fd8f236cddbd5377471f2b3e167b8763d0c1b3c1 Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 24 Jun 2018 00:26:00 +0200 Subject: [PATCH] you need to checkout the multi-deployment branch, if you're actively developing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c715c50..83c23e2 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ If you want to install it locally to develop on it: sudo apt install python3 virtualenv uwsgi uwsgi-plugin-python3 nginx git sudo git clone https://github.com/b3yond/ticketfrei cd ticketfrei +git checkout multi-deployment ``` Install the necessary packages, create and activate virtualenv: