2020-03-13 19:35:03 +00:00
< div >
< div class = "container lead" >
2020-04-01 21:02:52 +00:00
< h2 id = "quick-start" class = "display-4 mt-5" > Quick start< / h2 >
2020-03-13 19:35:03 +00:00
< p > System requirements for pre-built packages: Linux, x86_64 with SSE 4.2.< / p >
< ul class = "nav nav-tabs" id = "install-tab" role = "tablist" >
< li class = "nav-item" >
< a class = "nav-link active" id = "deb-tab" data-toggle = "tab" href = "#deb" role = "tab" aria-controls = "deb" aria-selected = "true" title = "deb packages" > Ubuntu or Debian< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" id = "rpm-tab" data-toggle = "tab" href = "#rpm" role = "tab" aria-controls = "rpm" aria-selected = "false" title = "rpm packages" > CentOS or RedHat< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" id = "tgz-tab" data-toggle = "tab" href = "#tgz" role = "tab" aria-controls = "tgz" aria-selected = "false" title = "tgz packages" > Other Linux< / a >
< / li >
< li class = "nav-item" >
2020-06-19 15:59:59 +00:00
< a class = "nav-link" href = "/docs/en/commercial/cloud/" role = "tab" aria-controls = "cloud" aria-selected = "false" title = "Cloud Service Providers" > < strong > Cloud< / strong > < / a >
2020-03-13 19:35:03 +00:00
< / li >
< / ul >
< div class = "tab-content" id = "install-tab-content" >
2020-09-03 21:05:55 +00:00
< div class = "tab-pane show active syntax p-3 my-3" id = "deb" role = "tabpanel" aria-labelledby = "deb-tab" >
< pre > {% include "install/deb.sh" %}< / pre >
2020-03-13 19:35:03 +00:00
< / div >
2020-09-03 21:05:55 +00:00
< div class = "tab-pane syntax p-3 my-3" id = "rpm" role = "tabpanel" aria-labelledby = "rpm-tab" >
< pre > {% include "install/rpm.sh" %}< / pre >
2020-03-13 19:35:03 +00:00
< / div >
2020-09-03 21:05:55 +00:00
< div class = "tab-pane syntax p-3 my-3" id = "tgz" role = "tabpanel" aria-labelledby = "tgz-tab" >
< pre > {% include "install/tgz.sh" %}< / pre >
2020-03-13 19:35:03 +00:00
< / div >
< / div >
< p > For other operating systems the easiest way to get started is using
2020-03-30 08:25:29 +00:00
< a href = "https://hub.docker.com/r/yandex/clickhouse-server/" rel = "external nofollow noreferrer"
2020-03-13 19:35:03 +00:00
target="_blank">
2020-06-19 15:59:59 +00:00
official Docker images of ClickHouse< / a > , this is not the only < a href = "https://clickhouse.tech/docs/en/getting-started/" > option< / a > though.
2020-03-13 19:35:03 +00:00
Alternatively, you can easily get a running ClickHouse instance or cluster at
2021-04-07 18:08:25 +00:00
< a href = "https://cloud.yandex.com/services/managed-clickhouse?utm_source=referrals&utm_medium=clickhouseofficialsite&utm_campaign=link1" rel = "external nofollow noreferrer" target = "_blank" >
2020-03-13 19:35:03 +00:00
Yandex Managed Service for ClickHouse< / a > .
< / p >
< p > After you got connected to your ClickHouse server, you can proceed to:< / p >
< p >
2020-06-19 15:59:59 +00:00
< a href = "/docs/en/getting-started/tutorial/" class = "btn btn-lg btn-outline-orange" role = "button" >
2020-03-13 19:35:03 +00:00
Tutorial
2020-06-10 17:12:34 +00:00
< / a >
2020-06-19 15:59:59 +00:00
< a href = "/docs/en/" class = "btn btn-lg btn-outline-orange" role = "button" > Documentation< / a >
2020-03-13 19:35:03 +00:00
< / p >
< / div >
< / div >