From bff099694871b6c08753a0ed6ec6894de59bb185 Mon Sep 17 00:00:00 2001 From: DocArmoryTech Date: Tue, 3 Nov 2020 12:53:15 +0000 Subject: [PATCH] Add instructions for alt/production install Added an instructions for installing TAI server as an unprivileged user and running it using systemd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 319cd5c..bae477a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This method involves: Installing a few dependencies ~~~ -sudo apt install virtualenv git python3-pip +sudo apt install virtualenv git python3-pip nginx ~~~ Create a dedicated, unprivileged, user to run the TAI server(s)