1

thanks you for the Orion CB Virtual Machine download availability : (http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker/downloads)

But can we ask to have the VM of the new Orion CB (With CORS) ?

Thanks.

JajaDrinker
  • 652
  • 6
  • 15

1 Answers1

1

In order to get the most recent version (Orion 0.22.0 by the time being, which includes CORS support for GET request) just update the RPM that comes in the VM:

sudo yum install contextBroker

Then, enable CORS in the /etc/sysconfig/contextBroker file, e.g:

BROKER_EXTRA_OPS="-corsOrigin __ALL"

and restart the Orion service:

sudo /etc/init.d/contextBroker restart
fgalan
  • 11,732
  • 9
  • 46
  • 89
  • 1
    Now that's a clear and precise answer that works! Thanks! Haven't seen something so easy from Fiware until this :D – JajaDrinker Jun 04 '15 at 07:58