명령 개요
openclaw setup은 OpenClaw의 원스톱 설치 명령으로, 환경 감지, 종속성 설치, 초기 설정, 서비스 시작 등 모든 단계를 자동으로 완료합니다.
기본 사용법
openclaw setup
대화형 설치 마법사가 시작되어 모든 설정을 안내합니다.
명령줄 옵션
비대화형 모드
openclaw setup --non-interactive \
--provider openai \
--api-key "sk-your-key" \
--channel telegram \
--telegram-token "123456:ABC"
템플릿에서 설치
openclaw setup --template minimal # 최소 설정
openclaw setup --template full # 완전한 설정
openclaw setup --template developer # 개발자 대상
특정 단계 건너뛰기
openclaw setup --skip-deps # 종속성 검사 건너뛰기
openclaw setup --skip-channel # 채널 설정 건너뛰기
openclaw setup --skip-start # 설치 후 자동 시작하지 않기
Docker 설치
openclaw setup --docker
기존 설정에서 가져오기
openclaw setup --import /path/to/old/config.json
재실행
openclaw setup --add # 기존 설정 유지, 새 컴포넌트만 추가
openclaw setup --reset # 완전히 재설정
정리
openclaw setup은 OpenClaw을 시작하는 가장 빠른 방법입니다. 복잡한 설정 과정을 캡슐화하여 대화형 마법사를 통해 신규 사용자가 몇 분 만에 완전한 기능의 AI 어시스턴트 서비스를 시작할 수 있게 합니다.