From 7f0ae11dd10e470ecacb6c44389ea35e58c360e6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 11 Sep 2022 23:36:56 +0000 Subject: [PATCH] --- devdocs/todo.txt | 27 ++++++++++----------------- dist/ayinit.sh | 14 ++++++++++---- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index f50828ab..99dd0885 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -4,22 +4,6 @@ -Log issue final steps to complete: - TODO: update build number when done and repost - TODO: test in devops see what the what - - - -cd /var/ayanova && \ -sudo systemctl stop ayanova.service && \ -sudo curl -O https://www.ayanova.com/download/next/ayanova-subscription-linux-x64-server.zip && \ -sudo rm *.dll && \ -sudo rm -r ./resource && \ -sudo rm -r ./wwwroot && \ -sudo unzip -o ayanova-subscription-linux-x64-server.zip -x "config.json" && \ -sudo systemctl start ayanova.service - - PRICING / COSTS @@ -27,7 +11,7 @@ PRICING / COSTS SUBSCRIPTION cost: Droplet -$6 month 1gb / 1cpu/ 1tb xfer/ 25gb total (need to calculate overhead for available amount) +$6 month 1gb / 1cpu/ 1tb xfer/ 25gb total (5GB is taken by installed apps on new setup, so 20gb is free here and available to users) $12/month 2gb/ 1cpu/ 2tb xfer/ 50gb total storage 100gb for attachments / backups (NOT DB) $10.00 month 250gb '' $25.00 / month @@ -325,6 +309,15 @@ todo: check again, can I use a wildcard cert with multiple servers or just for o even with one it might be helpful for the test server if I consolidate to one. + +TODO: constrained data volume / partition config test / figuring out +https://www.digitalocean.com/community/questions/how-to-resize-my-file-system-in-ubuntu-after-resizing-a-droplet +https://unixcop.com/how-to-create-hard-disk-partitions-in-ubuntu-create-hard-disk-partition-in-linux/ + +Set postgres default data volume in config file: +https://www.postgresql.org/docs/current/runtime-config-file-locations.html + + todo: BIG PICTURE - NEXT Overview: diff --git a/dist/ayinit.sh b/dist/ayinit.sh index a54529b1..4619eab0 100644 --- a/dist/ayinit.sh +++ b/dist/ayinit.sh @@ -1,9 +1,15 @@ #!/bin/bash -# create new droplet, immediately set subdomain name in networking -# copy this script to new server set these values and run when the domain has propagated -# check domain propagation using https://letsdebug.net/ -# paste into nano new ayinit.sh don't forget to chmod a+x ayinit.sh +# 1) create new droplet **DO NOT PICK IPV6 just the monitoring option** +# 2) immediately set subdomain name in networking +# 3) Add droplet into v8trial-standard-firewall +# 4) check DNS available using https://letsdebug.net/ +# 5) Open putty, select anytrial.onayanova.com, change ip to new droplet domain name and open it +# 6) nano ayinit.sh paste in this +# 7) chmod a+x ayinit.sh +# 8) ./ayinit.sh +# 9) profit$ + TIMEZONE='America/Vancouver' DOMAINNAME='subdomain.onayanova.com'