blob: 8be8bd0decf3d40892f2f7e297909f1fafc4602e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Requirements
## Server (Hetzner VPS / Ubuntu 24.04)
| ツール | 用途 | インストール方法 |
|---|---|---|
| Docker Engine + Compose | コンテナ実行 | `curl -fsSL https://get.docker.com \| sh` |
| git | bare リポジトリ | `apt install git` |
| tmux | Claude Code セッション | `apt install tmux` |
| claude CLI | Claude Code | [claude.ai/code](https://claude.ai/code) |
| bash, curl | スクリプト実行 | 標準搭載 |
## Local
| ツール | 用途 |
|---|---|
| git | push でデプロイ |
| ssh | サーバー操作 |
|