From 2c100361d6c23c4ec70e3d87772ce419df166598 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 21 Sep 2022 19:28:57 +0000 Subject: [PATCH] --- devdocs/todo.txt | 7 +++++-- dist/ayinit.sh | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 945834ba..94f4480a 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -139,7 +139,8 @@ todo: move howto's from digitalocean folder to documentation for rockfish so it todo: what are "reserved ip's" referenced on create droplet page? Sounds like a possible solution to the endless new certs issue maybe? - +todo: rockfish email notifications about v8 licenses are not appearing anywhere in sent mail?! + we should have a record of that todo: trial server just one bigger server so it doesn't cost us as much and can offer it freely to lots of people test out making a volume dedicated to an instance so that we can control the storage space!! @@ -1390,4 +1391,6 @@ Current v8 docs home: https://www.ayanova.com/docs/next BUILD 8.0.10 CHANGES OF NOTE -Subscription / perpetual license code and stuff +AyaAnova with active trial license now does fast track license check to accomodate slow data generation users +docs additions + diff --git a/dist/ayinit.sh b/dist/ayinit.sh index 3db4aa62..a0929e85 100644 --- a/dist/ayinit.sh +++ b/dist/ayinit.sh @@ -49,8 +49,8 @@ mkdir /var/ayanova mkdir /var/ayanova/data mkdir /var/ayanova/.local-chromium cd /var/ayanova -curl -O https://www.ayanova.com/download/ayanova-linux-x64-server.zip && \ -unzip -o ayanova-linux-x64-server.zip +curl -O https://www.ayanova.com/download/ayanova-subscription-linux-x64-server.zip && \ +unzip -o ayanova-subscription-linux-x64-server.zip chown -vR :www-data /var/ayanova chmod -R g+rw /var/ayanova/data chmod -R g+rwx /var/ayanova/.local-chromium