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:
@@ -35,6 +35,8 @@ Optional: other path `sudo RUBIX_INSTALL_PATH=/opt/rubix ./install-rubix.sh`
|
|||||||
|
|
||||||
## 2) Configure `.env` and start stack
|
## 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
|
```bash
|
||||||
cd /home/www/callcenter/deploy/docker
|
cd /home/www/callcenter/deploy/docker
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
|||||||
Reference in New Issue
Block a user