Skip to content

Getting Started

Yusuke Abe edited this page Aug 10, 2026 · 3 revisions

Getting Started

README の Requirements & installation / Quick start を、初見のユーザー向けにもう少し丁寧に展開したページ。

Outline

  • 前提条件
    • Ruby 3.2+ / WSL2 / Microsoft WSLC
    • wslc 自体のインストール確認 (wslc.exe / wslc / System32 の探索順)
  • インストール
    • gem install wslc-wip
    • ソースからのインストール(bundle install && bundle exec exe/wip version
    • バージョン確認 (wip version)
  • 最初の一歩
    • wip initwip.yml を生成(--template rails|node|rust|csharp の使い分け)
    • compose.yml がある場合は自動で compose-native が選ばれる、という挙動の説明
    • 生成された wip.yml の TODO を埋める
  • 動作確認
    • wip doctor で診断(何がOK/WARN/FAILになるか一覧)
    • wip buildwip up -dwip <interaction名> の一連の流れ
  • 次に読むべきページへの導線

Clone this wiki locally