https://rethinkdb.com/docs/install/
brew update && brew install rethinkdb
https://rethinkdb.com/docs/install/ubuntu/
source /etc/lsb-release && echo "deb https://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb
docker run -d -P --name rethink1 rethinkdb
https://rethinkdb.com/docs/security/
docker run -d -P --env RDBPASS="CHANGEPASS" --env RDBCLUSTER="ZT1234" -v $PWD:/work/ -w /work/ rethinkdb \
rethinkdb --initial-password $RDBPASS --join $RDBCLUSTER -d ./rdbdata/
https://rethinkdb.com/docs/cli-options/
# using zt private and add zt ip to cf cdn:
## get zt ip
## add this ip to cloudflare ip
# health check routine to send email to admin?
check ip