chore(sync): mirror docs from openclaw/openclaw@79853b2fe8

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-08 03:33:34 +00:00
parent 3bb9c03813
commit 372ac8e4c2
2 changed files with 14 additions and 5 deletions

View File

@ -1,15 +1,15 @@
{
"repository": "openclaw/openclaw",
"sha": "fb106fb9aef25967c22b6d8780116587eb8d6192",
"sha": "79853b2fe8ff56a7d0199eb4d1517c7b01fe280a",
"sources": {
"openclaw": {
"repository": "openclaw/openclaw",
"sha": "fb106fb9aef25967c22b6d8780116587eb8d6192"
"sha": "79853b2fe8ff56a7d0199eb4d1517c7b01fe280a"
},
"clawhub": {
"repository": "openclaw/clawhub",
"sha": "f14d70759dcc14b24890f5a50e1f9ce06f38eacd"
}
},
"syncedAt": "2026-05-08T03:12:02.514Z"
"syncedAt": "2026-05-08T03:32:24.697Z"
}

View File

@ -50,9 +50,18 @@ DigitalOcean is the simplest paid VPS path. If you prefer cheaper or free option
# Install OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bash
# Create the non-root user that will own OpenClaw state and services.
adduser openclaw
usermod -aG sudo openclaw
loginctl enable-linger openclaw
su - openclaw
openclaw --version
```
Use the root shell only for system bootstrap. Run OpenClaw commands as the non-root `openclaw` user so state lives under `/home/openclaw/.openclaw/` and the Gateway installs as that user's systemd service.
</Step>
<Step title="Run onboarding">
@ -97,8 +106,8 @@ DigitalOcean is the simplest paid VPS path. If you prefer cheaper or free option
**Option B: Tailscale Serve**
```bash
curl -fsSL https://tailscale.com/install.sh | sh
tailscale up
curl -fsSL https://tailscale.com/install.sh | sudo sh
sudo tailscale up
openclaw config set gateway.tailscale.mode serve
openclaw gateway restart
```