Files
explorer-monorepo/RUN_DEPLOYMENT.txt

60 lines
1.4 KiB
Plaintext

==========================================
CORRECT COMMAND TO RUN
==========================================
You need to be in the explorer-monorepo directory:
cd ~/projects/proxmox/explorer-monorepo
bash EXECUTE_DEPLOYMENT.sh
OR run from your current location:
cd ~/projects/proxmox/explorer-monorepo && bash EXECUTE_DEPLOYMENT.sh
==========================================
WHAT IT WILL DO
==========================================
1. Test database connection
2. Run migration
3. Stop existing server
4. Start server with database
5. Test endpoints
6. Show status
==========================================
EXPECTED OUTPUT
==========================================
==========================================
SolaceScanScout Deployment
==========================================
[1/6] Testing database connection...
✅ Database connected
[2/6] Checking for existing tables...
Found X/4 track schema tables
[3/6] Running database migration...
✅ Migration completed
[4/6] Stopping existing server...
✅ Server stopped
[5/6] Starting API server...
Waiting for server to start...
✅ Server started (PID: XXXX)
[6/6] Testing endpoints...
Health endpoint... ✅
Feature flags... ✅
Track 1 blocks... ✅
==========================================
✅ Deployment Complete!
==========================================
==========================================