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-03-14 20:02:57 +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" >
< div class = "tab-pane show active" id = "deb" role = "tabpanel" aria-labelledby = "deb-tab" >
{% include "templates/install/deb.html" %}
< / div >
< div class = "tab-pane" id = "rpm" role = "tabpanel" aria-labelledby = "rpm-tab" >
{% include "templates/install/rpm.html" %}
< / div >
< div class = "tab-pane" id = "tgz" role = "tabpanel" aria-labelledby = "thz-tab" >
{% include "templates/install/tgz.html" %}
< / 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">
official Docker images of ClickHouse< / a > , this is not the only < a href = "https://clickhouse.tech/docs/en/getting_started/" > option< / a > though.
Alternatively, you can easily get a running ClickHouse instance or cluster at
2020-03-30 08:25:29 +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 >
< a href = "docs/en/getting_started/tutorial/" class = "btn btn-lg btn-outline-orange" role = "button" >
Tutorial
< / a >
< a href = "docs/en/" class = "btn btn-lg btn-outline-orange" role = "button" > Documentation< / a >
< / p >
< / div >
< / div >