a96780ba7e
- Created README_FR.md files for various standards and profiles in the `standards` directory, detailing conventions and usage. - Added integration documentation for ZeroClaw, AutoGen, LangGraph, and n8n in the `tools/ai/integrations` directory, outlining their roles and usage. - Introduced a comprehensive README_FR.md for the `tools/cockpit` directory, detailing operator commands and health-check routines. - Added a README_FR.md for the `tools/evals` directory, providing a benchmark framework for electronic prompts. - Created a README_FR.md for the `tools/hw/schops` directory, explaining CLI operations for schematic management. - Added README_FR.md files for the `web` directory and its `project/pcb` subdirectory, outlining the web application structure and PCB viewer inputs.
2.0 KiB
2.0 KiB
Synthèse : Intégration locale OpenClaw en VM sandboxée
Objectif
Automatiser l’installation, la sécurisation et la validation d’OpenClaw dans une VM Ubuntu Minimal, sans risque pour le dépôt principal.
Étapes automatisées
-
Préparation VM
- Installation VirtualBox/QEMU/LXD
- Téléchargement image Ubuntu Server 24.04 LTS Minimal
- Création VM (2 Go RAM, 10-20 Go disque, sans interface graphique)
-
Installation système
- Installation manuelle d’Ubuntu Minimal (console VM)
- Mise à jour système
- Installation paquets requis :
install_packages.sh
-
Sécurité & conformité
- Scan secrets/tokens/code source :
scan_secrets.sh - Vérification montages :
check_mounts.sh - Politique observer-only :
check_observer_only.sh
- Scan secrets/tokens/code source :
-
Installation OpenClaw
- Installation via curl :
curl -fsSL https://openclaw.ai/install.sh | bash - Vérification binaire :
check_openclaw.sh - Tests doctor/help :
openclaw_check.sh
- Installation via curl :
-
Onboarding & simulation
- Simulation onboarding :
onboarding_simulation.sh(lance tous les guides/tests)
- Simulation onboarding :
-
Destruction VM & traçabilité
- Destruction/réinitialisation :
destroy_vm.sh - Documentation : compléter
onboarding/vm_test_report.md
- Destruction/réinitialisation :
Scripts à utiliser
- Tous les scripts sont dans
openclaw/local_setup/ - Instructions centralisées dans
install_vm_openclaw.sh
Validation
- Suivre le script principal, transférer les scripts dans la VM, exécuter chaque étape.
- Compléter le rapport de test.
Prochaine étape todo
- Installer curl, git, nodejs, npm, build-essential dans la VM (via install_packages.sh)
- Puis enchaîner sur le scan des secrets/tokens/code source
Pour continuer, souhaitez-vous lancer l’installation des paquets dans la VM (via scp/ssh) ou simuler l’exécution ?