From 5afbdf8c820e4cc01bac675c4d0c2d9e049ec89d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Dec 2021 22:56:58 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a8c99f64..0feb0026 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -182,6 +182,9 @@ Install types: A MAC build of bare files untested for people to try if they really want to go this route until we have a mac we can't really support this so we should say unsupported +TODO: FINAL LINUX SERVER +do a fresh build then a fresh install from scratch and confirm all steps work correctly + TODO: NEXT: @@ -221,6 +224,12 @@ sudo systemctl start ayanova.service sudo systemctl status ayanova.service +grant to www-data to execute +sudo chown :www-data /var/ayanova/AyaNova.dll + +set execute permission for both group (www-data) and owner (root) +sudo chmod ug+rwx ./AyaNova.dll +