解压文件
tar -xzvf package.tar.gz
配置环境
config.env
INSTALL_DIR=/opt/myapp
启动服务
./install_script.sh
tail -f install.log