merge main.20240929
This commit is contained in:
parent
bc0d958f58
commit
0bc5b71d55
|
@ -663,7 +663,19 @@
|
||||||
<key>SUMMARY</key>
|
<key>SUMMARY</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>LOCALIZATIONS</key>
|
<key>LOCALIZATIONS</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>LANGUAGE</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>VALUE</key>
|
||||||
|
<dict>
|
||||||
|
<key>PATH</key>
|
||||||
|
<string>/opt/taos/TDengine/packaging/tools/mac_install_summary.txt</string>
|
||||||
|
<key>PATH_TYPE</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TITLE</key>
|
<key>TITLE</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
TDengine is installed successfully. Please open an Mac terminal and execute the commands below:
|
||||||
|
|
||||||
|
To configure TDengine, sudo vi /etc/taos/taos.cfg
|
||||||
|
To configure taosadapter, sudo vi /etc/taos/taoadapter.toml
|
||||||
|
To configure taos-explorer, sudo vi /etc/taos/explorer.toml
|
||||||
|
To start service, sudo launchctl start com.tdengine.taosd
|
||||||
|
To start Taos Adapter, sudo launchctl start com.tdengine.taosadapter
|
||||||
|
To start Taos Explorer, sudo launchctl start com.tdengine.taos-explorer
|
||||||
|
|
||||||
|
To start all the components, sudo start-all.sh
|
||||||
|
To access TDengine Commnd Line Interface, taos -h YourServerName
|
||||||
|
To access TDengine Graphic User Interface, http://YourServerName:6060
|
||||||
|
To read the user manual, http://YourServerName:6060/docs-en
|
Loading…
Reference in New Issue