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

> Install ClickHouse

# Installation instructions

export const galaxyOnClick = eventName => () => {
  try {
    if (typeof window !== "undefined" && window.galaxy && eventName) {
      window.galaxy.track(eventName, {
        interaction: "click"
      });
    }
  } catch (e) {}
};

<Card title="ClickHouse Cloud" icon="cloud" href="https://console.clickhouse.cloud/signUp?loc=docs-install-page-banner" cta="Get started free">
  Start building instantly without having to size and scale your cluster. ClickHouse Cloud takes care of sizing, scaling
  , security, reliability and upgrades.
</Card>

<br />

If you prefer to self-manage, select one of the open-source ClickHouse options below.
Use the quick install script or the `clickhousectl` CLI for a local setup, or install
ClickHouse Server from packages or binaries for a production deployment.

<h3 className="install-group-heading">Local development</h3>

<p className="install-group-description">
  Run ClickHouse on your own machine to build, test, and experiment.
  Quick install gets you a single binary fast, or use clickhousectl
  to install and manage local versions and servers.
</p>

<div className="installContainer">
  <a href="/install/quick-install" style={{textDecoration: 'none'}}>
    <Card title="Quick install" />
  </a>

  <a href="/install/clickhousectl" style={{textDecoration: 'none'}}>
    <Card title="clickhousectl (CLI)" icon="console" />
  </a>

  <a href="/install/docker" style={{textDecoration: 'none'}}>
    <Card title="Docker" />
  </a>

  <a href="/install/advanced" style={{textDecoration: 'none'}}>
    <Card title="Source build" icon="code" />
  </a>
</div>

<h3 className="install-group-heading">Production server</h3>

<p className="install-group-description">
  Install ClickHouse Server from packages or binaries for a
  long-running deployment on your own infrastructure.
</p>

<div className="installContainer">
  <a href="/install/debian_ubuntu" style={{textDecoration: 'none'}}>
    <Card title="Debian/Ubuntu" />
  </a>

  <a href="/install/redhat" style={{textDecoration: 'none'}}>
    <Card title="Redhat" />
  </a>

  <a href="/install/nixos" style={{textDecoration: 'none'}}>
    <Card title="NixOS" />
  </a>

  <a href="/install/linux_other" style={{textDecoration: 'none'}}>
    <Card title="Other Linux" />
  </a>
</div>
