Files
dbis_core/README_DEPLOYMENT.md

30 lines
868 B
Markdown
Raw Normal View History

2026-01-02 20:27:42 -08:00
# DBIS Core - Deployment Quick Start
## 🚀 Quick Deployment
```bash
cd /home/intlc/projects/proxmox/dbis_core
sudo ./scripts/deployment/deploy-all.sh
```
## 📋 Container Summary
| Service | VMID | IP | Port | Status |
|---------|------|-----|------|--------|
| PostgreSQL | 10100 | 192.168.11.100 | 5432 | Ready |
| Redis | 10120 | 192.168.11.120 | 6379 | Ready |
| Frontend | 10130 | 192.168.11.130 | 80,443 | Ready |
| API Primary | 10150 | 192.168.11.150 | 3000 | Ready |
| API Secondary | 10151 | 192.168.11.151 | 3000 | Ready |
## 📚 Documentation
- **Deployment Plan**: `DEPLOYMENT_PLAN.md`
- **Quick Reference**: `NEXT_STEPS_QUICK_REFERENCE.md`
- **Cloudflare DNS**: `CLOUDFLARE_DNS_CONFIGURATION.md`
- **Complete Tasks**: `COMPLETE_TASK_LIST.md`
## ✅ All Tasks Complete
All deployment scripts, configuration files, and documentation are ready!