2021-09-16 23:12:42 +00:00
< div class = "section bg-white pb-0 pb-lg-10" style = "overflow: hidden;" >
2021-09-19 19:45:51 +00:00
< div class = "section-bg quickstart-bg" > < / div >
2021-09-09 23:21:13 +00:00
< div class = "container" >
2020-03-13 19:35:03 +00:00
2021-09-19 16:50:09 +00:00
< h2 id = "quick-start" class = "display-2 mb-5 mb-md-8 mb-lg-10 text-center" > Quick Start< / h2 >
2020-03-13 19:35:03 +00:00
2021-09-19 16:50:09 +00:00
< div class = "tabs" >
2020-03-13 19:35:03 +00:00
2021-09-19 16:50:09 +00:00
< 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 (x86)< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" id = "arm-tab" data-toggle = "tab" href = "#arm" role = "tab" aria-controls = "arm" aria-selected = "false" title = "ARM packages" > Linux (ARM)< / a >
< / li >
< li class = "nav-item" >
2021-11-26 17:10:34 +00:00
< a class = "nav-link" id = "mac-x86-tab" data-toggle = "tab" href = "#mac-x86" role = "tab" aria-controls = "mac-x86" aria-selected = "false" title = "macOS x86_64 packages" > macOS (Intel)< / a >
2021-09-19 16:50:09 +00:00
< / li >
< li class = "nav-item" >
2021-11-26 17:10:34 +00:00
< a class = "nav-link" id = "mac-arm-tab" data-toggle = "tab" href = "#mac-arm" role = "tab" aria-controls = "mac-arm" aria-selected = "false" title = "macOS arm64 packages" > macOS (Apple silicon)< / a >
2021-09-19 16:50:09 +00:00
< / li >
< li class = "nav-item" >
2021-10-29 21:25:04 +00:00
< a class = "nav-link" id = "freebsd-tab" data-toggle = "tab" href = "#freebsd" role = "tab" aria-controls = "freebsd" aria-selected = "false" title = "FreeBSD packages" > FreeBSD (x86_64)< / a >
2021-09-19 16:50:09 +00:00
< / li >
< / ul >
2020-03-13 19:35:03 +00:00
2021-09-19 16:50:09 +00:00
< div class = "tabs-body" >
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
< div class = "tab-content mb-5" id = "install-tab-content" >
< div class = "tab-pane show active syntax" id = "deb" role = "tabpanel" aria-labelledby = "deb-tab" >
< pre > {% include "install/deb.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "rpm" role = "tabpanel" aria-labelledby = "rpm-tab" >
< pre > {% include "install/rpm.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "tgz" role = "tabpanel" aria-labelledby = "tgz-tab" >
< pre > {% include "install/tgz.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "arm" role = "tabpanel" aria-labelledby = "arm-tab" >
< pre > {% include "install/arm.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "mac-x86" role = "tabpanel" aria-labelledby = "mac-x86-tab" >
< pre > {% include "install/mac-x86.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "mac-arm" role = "tabpanel" aria-labelledby = "mac-arm-tab" >
< pre > {% include "install/mac-arm.sh" %}< / pre >
< / div >
< div class = "tab-pane syntax" id = "freebsd" role = "tabpanel" aria-labelledby = "freebsd-tab" >
< pre > {% include "install/freebsd.sh" %}< / pre >
< / div >
< / div >
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
< p class = "font-lg text-dark" >
2021-09-19 19:45:51 +00:00
There's a number of < a href = "/docs/en/getting-started/" > alternative options< / a > to get started, most notably the
< a href = "https://hub.docker.com/r/clickhouse/clickhouse-server/" rel = "external nofollow noreferrer" target = "_blank" > official Docker images of ClickHouse< / a > . To learn more about our future cloud offerings, < a href = "/company/#contact" > contact us< / a > .
2021-09-19 16:50:09 +00:00
< / p >
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
< p class = "font-lg text-dark mb-5" > After you got connected to your ClickHouse server, you can proceed to:< / p >
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
< div class = "btns justify-content-start" >
< a href = "/docs/en/getting-started/tutorial/" class = "btn btn-secondary" role = "button" > Tutorial< / a >
< a href = "/docs/en/" class = "btn btn-outline-secondary" role = "button" > Documentation< / a >
< / div >
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
< / div >
2020-03-13 19:35:03 +00:00
2021-09-19 16:50:09 +00:00
< / div >
2020-03-13 19:35:03 +00:00
< / div >
< / div >