This commit is contained in:
2022-09-11 23:36:56 +00:00
parent f31bdfe17d
commit 7f0ae11dd1
2 changed files with 20 additions and 21 deletions

14
dist/ayinit.sh vendored
View File

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