18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
### Deploying taosAdapter
|
|
|
|
taosAdapter can be deployed on the same system as TDengine, or separately.
|
|
|
|
To start taosAdapter.
|
|
|
|
```
|
|
systemctl start taosadapter
|
|
```
|
|
|
|
Check the running status of taosAdapter.
|
|
|
|
```
|
|
systemctl status taosadapter
|
|
```
|
|
|
|
taosAdapter Please refer to the `taosadapter --help` command output and [reference documentation](/reference/taosadapter) for detailed configuration parameters and usage of taosAdapter.
|