This commit is contained in:
2022-09-21 19:28:57 +00:00
parent 4292834c06
commit 2c100361d6
2 changed files with 7 additions and 4 deletions

View File

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

4
dist/ayinit.sh vendored
View File

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