# 1. 离线机器执行,安装依赖包 pip3 install --no-index --find-links=file:///home/agent/dependices ./dependices/*.whl # 2. 安装程序包,/home/agent/目录下放agent-xxx.whl pip3 install --no-index --find-links=file:///home/agent/dist agent # 3. 设置配置文件 vim ~/.bashrc export TAGGING_AGENT_CONFIG=/home/app/fjnx/agent/config.ini # 4. 启动 nohup tagging-agent-server &