docs: add deployment guide and helper scripts

This commit is contained in:
OpenClaw
2026-03-17 15:52:10 +00:00
parent e623d42eb8
commit d8410179fe
3 changed files with 52 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Lance le dashboard OpenClaw en arrière-plan dans le conteneur
cd /home/node/.openclaw/workspace/projets/openclaw-dashboard
npm install --silent 2>/dev/null
SESSIONS_DIR=/home/node/.openclaw/agents PORT=3850 node server.js &
echo "Dashboard lancé sur http://0.0.0.0:3850"