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

> Установка ClickHouse

# Инструкция по установке

export const withDocsBase = href => {
  if (!href || !href.startsWith('/')) return href;
  const base = typeof window === 'undefined' || window.location.pathname.startsWith('/docs') ? '/docs' : '';
  return base + href;
};

<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={withDocsBase('/ru/get-started/setup/cloud')}>
      Прочитать руководство по быстрому старту
    </a>
  </div>
</div>

Если вы предпочитаете самостоятельное управление, выберите один из вариантов ClickHouse с открытым исходным кодом ниже.
Используйте скрипт быстрой установки или CLI `clickhousectl` для локального развертывания либо установите
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-detect-table-modification/Fd2adM7MqMfnGHed/images/install/linux.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=6a8215a6e646c6aee4bc6943908f1008" href="/ru/get-started/setup/self-managed/quick-install" width="2500" height="2500" data-path="images/install/linux.svg" />

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

  <Card title="Docker" icon="https://mintcdn.com/private-7c7dfe99-detect-table-modification/Fd2adM7MqMfnGHed/images/install/docker.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=7077af688c5ff586cebe40d3d7882e20" href="/ru/get-started/setup/self-managed/docker" width="512" height="512" data-path="images/install/docker.svg" />

  <Card title="Сборка из исходного кода" icon="code" href="/ru/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-detect-table-modification/Fd2adM7MqMfnGHed/images/install/DebianUbuntu.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=66159761a51dc1ad800820879877398d" href="/ru/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-detect-table-modification/Fd2adM7MqMfnGHed/images/install/redhat.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=ca0fa95bc8b049338d7ee03cb9b9cb39" href="/ru/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-detect-table-modification/Fd2adM7MqMfnGHed/images/install/nixos.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=9af970788bff419cf4ef3214311da543" href="/ru/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-detect-table-modification/Fd2adM7MqMfnGHed/images/install/linux.svg?fit=max&auto=format&n=Fd2adM7MqMfnGHed&q=85&s=6a8215a6e646c6aee4bc6943908f1008" href="/ru/get-started/setup/self-managed/other-linux" width="2500" height="2500" data-path="images/install/linux.svg" />
</Columns>
