This commit is contained in:
@@ -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: 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
|
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!!
|
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
|
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
4
dist/ayinit.sh
vendored
@@ -49,8 +49,8 @@ mkdir /var/ayanova
|
|||||||
mkdir /var/ayanova/data
|
mkdir /var/ayanova/data
|
||||||
mkdir /var/ayanova/.local-chromium
|
mkdir /var/ayanova/.local-chromium
|
||||||
cd /var/ayanova
|
cd /var/ayanova
|
||||||
curl -O https://www.ayanova.com/download/ayanova-linux-x64-server.zip && \
|
curl -O https://www.ayanova.com/download/ayanova-subscription-linux-x64-server.zip && \
|
||||||
unzip -o ayanova-linux-x64-server.zip
|
unzip -o ayanova-subscription-linux-x64-server.zip
|
||||||
chown -vR :www-data /var/ayanova
|
chown -vR :www-data /var/ayanova
|
||||||
chmod -R g+rw /var/ayanova/data
|
chmod -R g+rw /var/ayanova/data
|
||||||
chmod -R g+rwx /var/ayanova/.local-chromium
|
chmod -R g+rwx /var/ayanova/.local-chromium
|
||||||
|
|||||||
Reference in New Issue
Block a user