docs: correct OMNL repo path to ~/smom-dbis-138 on dev-bis-ali
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m20s
CI/CD Pipeline / Security Scanning (push) Successful in 2m31s
CI/CD Pipeline / Lint and Format (push) Failing after 48s
CI/CD Pipeline / Terraform Validation (push) Failing after 27s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 28s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 30s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 30s
Validation / validate-kubernetes (push) Failing after 12s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-documentation (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m20s
CI/CD Pipeline / Security Scanning (push) Successful in 2m31s
CI/CD Pipeline / Lint and Format (push) Failing after 48s
CI/CD Pipeline / Terraform Validation (push) Failing after 27s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 28s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 30s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 30s
Validation / validate-kubernetes (push) Failing after 12s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-documentation (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"devVmLanIp": "192.168.11.59",
|
||||
"user": "dev1",
|
||||
"workspace": "/srv/projects/proxmox",
|
||||
"smomRepo": "/srv/projects/smom-dbis-138"
|
||||
"smomRepo": "~/smom-dbis-138"
|
||||
},
|
||||
"proxmox": {
|
||||
"host": "192.168.11.13",
|
||||
|
||||
@@ -23,7 +23,7 @@ Ali laptop (Cursor)
|
||||
| LAN IP | `192.168.11.59` |
|
||||
| User | `dev1` (NOPASSWD sudo) |
|
||||
| Cursor workspace | `/srv/projects/proxmox` |
|
||||
| OMNL repo (on `.59`) | `/srv/projects/smom-dbis-138` |
|
||||
| OMNL repo (on `.59`) | `~/smom-dbis-138` |
|
||||
| Proxmox host | `root@192.168.11.13` |
|
||||
| Banking LXC CTIDs | `5820`–`5828` |
|
||||
| Banking deploy root (each LXC) | `/srv/ali-portal` → app `:3000` |
|
||||
@@ -52,7 +52,7 @@ From `dev-bis-ali`:
|
||||
|
||||
```bash
|
||||
export OMNL_PCT_CTID=5825 # or 5820–5828 per product
|
||||
bash /srv/projects/smom-dbis-138/scripts/deployment/deploy-omnl-banking-portal-pct.sh
|
||||
bash ~/smom-dbis-138/scripts/deployment/deploy-omnl-banking-portal-pct.sh
|
||||
```
|
||||
|
||||
See `config/omnl-banking-portal-host.v1.json` for topology.
|
||||
|
||||
Reference in New Issue
Block a user