diff --git a/packaging/tools/mac_before_install.txt b/packaging/tools/mac_before_install.txt index a58bab7b6560fc01dac28c073fc66e73ec391b11..a428c612b2607ea482f0a6ddc5b26636470b72b6 100644 --- a/packaging/tools/mac_before_install.txt +++ b/packaging/tools/mac_before_install.txt @@ -3,4 +3,7 @@ TDengine is an open-source, cloud-native time-series database optimized for Inte To configure TDengine : edit /etc/taos/taos.cfg To start service : launchctl start com.tdengine.taosd To start Taos Adapter : launchctl start com.tdengine.taosadapter -To access TDengine : use taos in shell \ No newline at end of file +To access TDengine : use taos in shell + +If you're experiencing problems installing TDengine, check the file /var/log/taos/tdengine_install.log to help troubleshoot the installation. + diff --git a/packaging/tools/mac_before_install_client.txt b/packaging/tools/mac_before_install_client.txt index d66fa673589bed6d560a9228269c5de2f4005e9f..0457d73c49a0bdba49864477f32d07aaa512c375 100644 --- a/packaging/tools/mac_before_install_client.txt +++ b/packaging/tools/mac_before_install_client.txt @@ -4,4 +4,6 @@ Once it's installed, please take the steps below: 1: open a terminal/shell in Mac 2: if connecting to Cloud Service, follow the instructions on your cloud service account and configure the environment variable 3: if connecting to another TDengine Service, you can also view help information via "taos --help" -4: execute command taos \ No newline at end of file +4: execute command taos + +If you're experiencing problems installing TDengine, check the file /var/log/taos/tdengine_install.log to help troubleshoot the installation. diff --git a/packaging/tools/post.sh b/packaging/tools/post.sh index 65885c4e4d5a52e92b5d2bc3efda30b70b45d6b9..6755ed40e580a97493d9b4f8c218845805ccd299 100755 --- a/packaging/tools/post.sh +++ b/packaging/tools/post.sh @@ -48,7 +48,7 @@ fi data_link_dir="${install_main_dir}/data" log_link_dir="${install_main_dir}/log" -install_log_path="${log_dir}/taos_install.log" +install_log_path="${log_dir}/tdengine_install.log" # static directory cfg_dir="${install_main_dir}/cfg"