Orion Context Broker 安装问题
Orion Context Broker installation issue
我们正尝试按照 link 中的建议在 CentOS-7 虚拟机中安装 Orion Context Broker:https://fiware-orion.readthedocs.io/en/master/admin/install/index.html
当我们运行步骤"yum install contextBroker"时,得到一个HTTPS 404错误(please, see instalation log)。显然,存储库不可用。
我们可以访问URLhttps://nexus.lab.fiware.org/service/rest/repository/browse/el/7/x86_64/release/ from the virtual machine (see curl output) and our fiware-release.repo is configured as follows (see fiware-release.repo):
拜托,你能评论一下这个问题吗?
提前致谢。
此致。
存储库有效(通过监视检查端点),但此路径 (repodata/***) 不存在,看起来像旧缓存。
尝试执行:
yum clean all
rm -rf /var/cache/yum
yum install -y contextBroker
如果不是,请提供有关 OS (uname -a
)
的更多信息
我们正尝试按照 link 中的建议在 CentOS-7 虚拟机中安装 Orion Context Broker:https://fiware-orion.readthedocs.io/en/master/admin/install/index.html
当我们运行步骤"yum install contextBroker"时,得到一个HTTPS 404错误(please, see instalation log)。显然,存储库不可用。
我们可以访问URLhttps://nexus.lab.fiware.org/service/rest/repository/browse/el/7/x86_64/release/ from the virtual machine (see curl output) and our fiware-release.repo is configured as follows (see fiware-release.repo):
拜托,你能评论一下这个问题吗?
提前致谢。
此致。
存储库有效(通过监视检查端点),但此路径 (repodata/***) 不存在,看起来像旧缓存。 尝试执行:
yum clean all
rm -rf /var/cache/yum
yum install -y contextBroker
如果不是,请提供有关 OS (uname -a
)