带有 CORS VM 下载的新 Orion Context Broker

New Orion Context Broker with CORS VM download

感谢您提供 Orion CB 虚拟机下载:(http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker/downloads)

但是我们可以要求拥有新的 Orion CB (With CORS) 的 VM 吗?

谢谢。

为了获得最新版本(目前为 Orion 0.22.0,其中包括对 GET 请求的 CORS 支持)只需更新 VM 中的 RPM:

sudo yum install contextBroker

然后,在 /etc/sysconfig/contextBroker 文件中启用 CORS,例如:

BROKER_EXTRA_OPS="-corsOrigin __ALL"

并重启 Orion 服务:

sudo /etc/init.d/contextBroker restart