This commit is contained in:
@@ -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:
|
||||
|
||||
14
dist/ayinit.sh
vendored
14
dist/ayinit.sh
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user