DOGEXORG

Deploy Wizard v1

Connect your machine in one step (preview)

Choose a preset, copy the bootstrap command, and run locally. This v1 is the interaction shell before full script integration.

Flow

Deployment flow (v1)

  1. 1Choose a preset
  2. 2Copy bootstrap command
  3. 3Run locally and initialize
  4. 4Optionally bind to orchestrator

Presets

Pick the preset that matches your stage

Solo Starter

Individual operator

  • Single-node OpenClaw
  • Baseline memory + routing
  • Approval gate defaults

Bootstrap command (sample)

curl -fsSL https://dogexorg.com/install/solo.sh | bash

Team Ops

2-10 people operations

  • Shared routing + role boundaries
  • Baseline status + task tracking
  • Multi-agent ready

Bootstrap command (sample)

curl -fsSL https://dogexorg.com/install/team.sh | bash

Multi-node Lite

Multi-node pilot

  • Node onboarding template
  • Cross-node handoff baseline
  • Minimum smoke checklist

Bootstrap command (sample)

curl -fsSL https://dogexorg.com/install/multinode.sh | bash

Security notice

  • Review scripts before execution.
  • Use least-privilege accounts for production.
  • Validate on a staging host first.