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 +