docs: add deployment guide and helper scripts
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user