This commit is contained in:
2021-12-09 22:56:58 +00:00
parent a9045f346e
commit 5afbdf8c82

View File

@@ -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