> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-revert-104359-revert-104251-parquet-single.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ClickHouse のインストール

# インストール手順

<div className="ch-install-cloud-card">
  <span className="ch-install-cloud-badge">推奨</span>

  <span className="ch-install-cloud-icon" aria-hidden="true" />

  <p className="ch-install-cloud-title">ClickHouse Cloud</p>

  <p className="ch-install-cloud-description">
    クラスターのサイジングやスケーリングを気にすることなく、すぐに構築を始められます。ClickHouse Cloud がサイジング、スケーリング
    、セキュリティ、信頼性、アップグレードを担います。
  </p>

  <div className="ch-install-cloud-actions">
    <a className="ch-install-cloud-cta" href="https://clickhouse.cloud/signUp?loc=docs-install-page-banner">
      無料で始める
    </a>

    <a className="ch-install-cloud-cta ch-install-cloud-cta-secondary" href="/ja/get-started/setup/cloud">
      クイックスタートチュートリアルを読む
    </a>
  </div>
</div>

自社で管理したい場合は、以下のオープンソース ClickHouse のオプションから選択してください。
ローカルセットアップにはクイックインストールスクリプトまたは `clickhousectl` CLI を使用し、
本番デプロイメントにはパッケージまたはバイナリから
ClickHouse Server をインストールしてください。

<h3 className="install-group-heading">ローカル開発</h3>

<p className="install-group-description">
  ご利用のマシン上で ClickHouse を実行し、構築、テスト、検証を行えます。
  クイックインストールなら単一バイナリをすばやく入手でき、clickhousectl
  を使ってローカルのバージョンやサーバーをインストール、管理することもできます。
</p>

<Columns cols={4}>
  <Card title="クイックインストール" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/linux.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=d7635bed61804b6589c0a17dae53e404" href="/ja/get-started/setup/self-managed/quick-install" width="2500" height="2500" data-path="images/install/linux.svg" />

  <Card title="clickhousectl (CLI)" icon="terminal" href="/ja/get-started/setup/self-managed/clickhousectl" />

  <Card title="Docker" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/docker.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=4c7db6f38ec16400c04ab6fd8f1c1429" href="/ja/get-started/setup/self-managed/docker" width="512" height="512" data-path="images/install/docker.svg" />

  <Card title="ソースからビルド" icon="code" href="/ja/get-started/setup/self-managed/advanced" />
</Columns>

<h3 className="install-group-heading">本番サーバー</h3>

<p className="install-group-description">
  パッケージまたはバイナリから ClickHouse Server をインストールし、
  自社のインフラストラクチャ上で長期間稼働するデプロイメントを実行できます。
</p>

<Columns cols={4}>
  <Card title="Debian/Ubuntu" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/DebianUbuntu.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=b4c097c4328d76f52b77eaffb55fb98e" href="/ja/get-started/setup/self-managed/debian-ubuntu" width="4079" height="2508" data-path="images/install/DebianUbuntu.svg" />

  <Card title="Redhat" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/redhat.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=eec63c1e4e3199cf66da54950f258bfe" href="/ja/get-started/setup/self-managed/redhat" width="2500" height="2500" data-path="images/install/redhat.svg" />

  <Card title="NixOS" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/nixos.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=8bcbedf330854a1b89727195e5b11075" href="/ja/get-started/setup/self-managed/nixos" width="535" height="464" data-path="images/install/nixos.svg" />

  <Card title="その他の Linux" icon="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/rb0n1z-8hTJw0J9E/images/install/linux.svg?fit=max&auto=format&n=rb0n1z-8hTJw0J9E&q=85&s=d7635bed61804b6589c0a17dae53e404" href="/ja/get-started/setup/self-managed/other-linux" width="2500" height="2500" data-path="images/install/linux.svg" />
</Columns>
