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
This commit is contained in:
Sinisa Madzar
2026-06-02 15:19:06 +02:00
parent 579822726f
commit ecae54e70e
+2
View File
@@ -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