This commit is contained in:
2022-09-16 19:17:19 +00:00
parent 146fb67470
commit 8f1705758b
3 changed files with 15 additions and 54 deletions

8
dist/ayinit.sh vendored
View File

@@ -6,9 +6,11 @@
# 4) check DNS available using https://letsdebug.net/
# 5) Open putty, select X.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$
# 7) CHANGE the values at the top of the script to the desired time zone and subdomain
# 8) Save and exit nano
# 9) chmod a+x ayinit.sh
# 10) ./ayinit.sh
# 11) profit$
TIMEZONE='America/Vancouver'
DOMAINNAME='subdomain.onayanova.com'