merge main.20240929
This commit is contained in:
parent
c34b89ddb1
commit
cf28726049
|
@ -663,7 +663,19 @@
|
|||
<key>SUMMARY</key>
|
||||
<dict>
|
||||
<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>
|
||||
<key>TITLE</key>
|
||||
<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