TDengine/docs/en/05-get-started/_pkg_install.mdx

18 lines
1 KiB
Text
Raw Normal View History

import PkgList from "/components/PkgList";
2022-08-19 06:12:07 +00:00
TDengine is easy to download and install.
The standard server installation package includes `taos`, `taosd`, `taosAdapter`, `taosBenchmark`, and sample code. You can also download a lite package that includes only `taosd` and the C/C++ client library.
2022-08-19 06:12:07 +00:00
You can download the TDengine installation package in .rpm, .deb, or .tar.gz format. The .tar.tz package includes `taosdump` and the TDinsight installation script. If you want to use these utilities with the .deb or .rpm package, download and install taosTools separately.
2022-08-19 06:12:07 +00:00
Between official releases, beta versions may be released that contain new features. Do not use beta versions for production or testing environments. Select the installation package appropriate for your system.
<PkgList type={0}/>
For information about installing TDengine, see [Install and Uninstall](../operation/pkg-install).
2022-08-19 06:12:07 +00:00
For information about TDengine releases, see [All Downloads](https://tdengine.com/all-downloads)
2022-08-19 06:12:07 +00:00
and [Release Notes](https://github.com/taosdata/TDengine/releases).