v1.0 - Version stable: multi-PC, détection UI-DETR-1, 3 modes exécution
- Frontend v4 accessible sur réseau local (192.168.1.40) - Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard) - Ollama GPU fonctionnel - Self-healing interactif - Dashboard confiance Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
22
deploy_commands.txt
Normal file
22
deploy_commands.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Commandes de déploiement - Dashboard Phase 1
|
||||
# Copier-coller ces commandes une par une
|
||||
|
||||
# 1. Sauvegarde
|
||||
sudo cp /opt/rpa_vision_v3/web_dashboard/app.py /opt/rpa_vision_v3/web_dashboard/app.py.backup_phase1_$(date +%Y%m%d_%H%M%S)
|
||||
|
||||
# 2. Déploiement
|
||||
sudo cp /home/dom/ai/rpa_vision_v3/web_dashboard_app.py /opt/rpa_vision_v3/web_dashboard/app.py
|
||||
|
||||
# 3. Permissions
|
||||
sudo chown rpa:rpa /opt/rpa_vision_v3/web_dashboard/app.py
|
||||
sudo chmod 644 /opt/rpa_vision_v3/web_dashboard/app.py
|
||||
|
||||
# 4. Redémarrage
|
||||
sudo systemctl restart rpa-vision-v3-dashboard.service
|
||||
|
||||
# 5. Vérification
|
||||
systemctl status rpa-vision-v3-dashboard.service
|
||||
|
||||
# 6. Tests
|
||||
curl http://localhost:5001/api/screen_states | python3 -m json.tool | head -50
|
||||
curl http://localhost:5001/api/agent/sessions | python3 -m json.tool | grep screenshots_count
|
||||
Reference in New Issue
Block a user