This commit is contained in:
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