From ecae54e70e664f2e85740fe63de5488526bfe25f Mon Sep 17 00:00:00 2001 From: Sinisa Madzar Date: Tue, 2 Jun 2026 15:19:06 +0200 Subject: [PATCH] Clarify DNS requirement timing in rubix-deploy setup guide - Update README section 2 to state DNS A/AAAA record alignment while editing .env - Reduce setup ambiguity by tying domain host values and DNS changes to the same step --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3171104..fbff48d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Optional: other path `sudo RUBIX_INSTALL_PATH=/opt/rubix ./install-rubix.sh` ## 2) Configure `.env` and start stack +While editing `.env`, set your domain values (`RUBIX_DOMAIN_CMS`, API/DB/Mail hosts, aliases) and make sure DNS A/AAAA records for those hosts point to this server (manage records at your registrar/DNS provider). + ```bash cd /home/www/callcenter/deploy/docker cp .env.example .env