2026-02-10 11:32:49 -08:00
|
|
|
# SolaceScanScout Explorer - Tiered Architecture
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## 🚀 Quick Start - Complete Deployment
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
**Execute this single command to complete all deployment steps:**
|
2025-12-23 16:19:10 -08:00
|
|
|
|
|
|
|
|
```bash
|
2026-02-10 11:32:49 -08:00
|
|
|
cd ~/projects/proxmox/explorer-monorepo
|
|
|
|
|
bash EXECUTE_DEPLOYMENT.sh
|
2025-12-23 16:19:10 -08:00
|
|
|
```
|
|
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## What This Does
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
1. ✅ Tests database connection
|
|
|
|
|
2. ✅ Runs migration (if needed)
|
|
|
|
|
3. ✅ Stops existing server
|
|
|
|
|
4. ✅ Starts server with database
|
|
|
|
|
5. ✅ Tests all endpoints
|
|
|
|
|
6. ✅ Provides status summary
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## Manual Execution
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
If the script doesn't work, see `START_HERE.md` for step-by-step manual commands.
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## Documentation
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
- **`START_HERE.md`** - Quick start guide with all commands
|
|
|
|
|
- **`COMPLETE_DEPLOYMENT.md`** - Detailed deployment steps
|
|
|
|
|
- **`DEPLOYMENT_COMPLETE_FINAL.md`** - Final status report
|
|
|
|
|
- **`docs/DATABASE_CONNECTION_GUIDE.md`** - Database connection details
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## Architecture
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
- **Track 1 (Public):** RPC Gateway - No authentication required
|
|
|
|
|
- **Track 2 (Approved):** Indexed Explorer - Requires authentication
|
|
|
|
|
- **Track 3 (Analytics):** Analytics Dashboard - Requires Track 3+
|
|
|
|
|
- **Track 4 (Operator):** Operator Tools - Requires Track 4 + IP whitelist
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## Configuration
|
|
|
|
|
|
|
|
|
|
- **Database User:** `explorer`
|
|
|
|
|
- **Database Password:** `L@ker$2010`
|
|
|
|
|
- **RPC URL:** `http://192.168.11.250:8545`
|
|
|
|
|
- **Chain ID:** `138`
|
|
|
|
|
- **Port:** `8080`
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
## Status
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
✅ All implementation complete
|
|
|
|
|
✅ All scripts ready
|
|
|
|
|
✅ All documentation complete
|
2025-12-23 16:19:10 -08:00
|
|
|
|
2026-02-10 11:32:49 -08:00
|
|
|
**Ready for deployment!**
|