Compare commits
2 Commits
fd22eab9b0
...
74a1cc8a37
Author | SHA1 | Date |
---|---|---|
![]() |
74a1cc8a37 | |
![]() |
5e7d26399b |
|
@ -29,6 +29,8 @@ To install TDengine on your local machine instead of in a container, see [Get St
|
|||
docker pull tdengine/tdengine:3.3.0.0
|
||||
```
|
||||
|
||||
For enterprise edition, please replace the image name with `tdengine/tdengine-ee`.
|
||||
|
||||
:::
|
||||
|
||||
2. Start a container with the following command:
|
||||
|
|
|
@ -10,6 +10,7 @@ slug: /get-started/deploy-enterprise-edition
|
|||
- Ensure that `systemd` is installed and enabled on all servers.
|
||||
- Confirm the location of all storage media that you want to use for tiered storage.
|
||||
- If you want to use S3, obtain the access key and bucket name for the desired S3 instance.
|
||||
- If you want to try TDengine Enterprise using Docker, please refer to [Get Started with TDengine Using Docker](../deploy-in-docker/) or [docker hub](https://hub.docker.com/r/tdengine/tdengine-ee).
|
||||
|
||||
## Prepare Your Environment
|
||||
|
||||
|
|
Loading…
Reference in New Issue