[Raspberry Pi OpenClaw 설치 가이드] Part 2 : OpenClaw 설치하기

Part 1에서는 Raspberry Pi OS Lite 기반 Headless 서버 환경을 구축했다.

이번 Part 2에서는 OpenClaw를 실제 설치해 본다.

시스템 업데이트 및 기본 페키지 설치

sudo apt update && sudo apt upgrade -y
sudo apt install -y git curl build-essential

Node.js 설치

curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash -
sudo apt install -y nodejs

OpenClaw 설치

Raspberry Pi OS가 최신 상태라면 아래 명령어 한 줄로 설치와 초기 설정이 완료된다.

curl -fsSL https://openclaw.ai/install.sh | bash

설치가 완료되면 아래와 같이 Security Warning 메세시가 뜬다.

다음으로 이어질 초기 설정들은 다음 글에서 살펴본다.

참고 사이트

답글 남기기