packaging/tools/how-to-install.md
If you want to specify the installation path, please follow these steps:
tar xf TDengine-enterprise-3.3.6.5-Linux-x64.tar.gz && cd TDengine-enterprise-3.3.6.5
Place install_spec.sh
Make sure the install_spec.sh script is located within the TDengine-enterprise-3.3.6.5 directory. If it isn't, move it to this directory.
Grant the install_spec.sh script the 755 permission:
chmod 755 install_spec.sh
-d option to specify the ~/tdengine installation directory and -e no for non-interactive mode:./install_spec.sh -d ~/tdengine -e no
tdsvc.sh script to the ~/tdengine directory and grant it the 755 permission:mv tdsvc.sh ~/tdengine && chmod 755 ~/tdengine/tdsvc.sh
source $HOME/.bashrc (sh, bash, zsh)
All the configuration files are in the cfg folder of the installation directory, now it is ~/tdengine/cfg/.
./tdsvc.sh start-all ~/tdengine/cfg/
./tdsvc.sh stop-all
./tdsvc.sh start taosd ~/tdengine/cfg/
./tdsvc.sh stop taosd