> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-ci.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenCIの実行

> OpenCIの実行方法

OpenCIを実行するには、以下のコマンドを実行します。

必要なファイルは、以前のページで作成した、GitHub AppsのPrivate Keyの`.pem`ファイルと、Firebaseサービスアカウントの`.json`ファイルです。

また、FirebaseプロジェクトのIDが必要です。

<CodeGroup>
  ```bash macOS
  openci_runner runner --pem-path path-to-pem-file \
    --service-account-path path-to-service-account-json-file \
    --project-id project-id
  ```
</CodeGroup>

このコマンドを実行すると、OpenCIのRunnerが起動します。
