954 B
954 B
Execute Deployment - Correct Command
❌ Wrong Location
You're currently in: ~/projects/proxmox/
The script is in: ~/projects/proxmox/explorer-monorepo/
✅ Correct Command
Option 1: Navigate first
cd ~/projects/proxmox/explorer-monorepo
bash EXECUTE_DEPLOYMENT.sh
Option 2: Run from current location
cd ~/projects/proxmox/explorer-monorepo && bash EXECUTE_DEPLOYMENT.sh
Option 3: Use quick run script (from anywhere)
bash ~/projects/proxmox/explorer-monorepo/QUICK_RUN.sh
What the Script Does
- Tests database connection
- Checks for existing tables
- Runs migration if needed
- Stops existing server
- Starts server with database
- Tests all endpoints
- Shows status summary
Expected Results
- ✅ Database connected
- ✅ Migration complete
- ✅ Server running on port 8080
- ✅ All endpoints operational
Run the command from the explorer-monorepo directory!