TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.79k stars 2.08k forks source link

Tarsgeway uses installation scripts install.sh The installation process shows success. Why does the final test result fail? #789

Closed TARS-Question closed 4 years ago

TARS-Answer commented 4 years ago

The first parameter of the install.sh installation script is the host address of TarsWeb, which needs to include the port, that is, ip:port, such as 1.2.3.4:3000. Only entering the IP will not call the relevant interface. Shows that the installation is successful is a problem with the current installation script, which will be repaired later.

TARS-Answer commented 4 years ago

install.sh安装脚本的第一个参数为TarsWeb的host地址,需要包含端口,即ip:port,例如1.2.3.4:3000,只输入IP会无法调用相关接口。显示安装成功是目前安装脚本存在的问题,后期会进行修复。