Hi eduardo martinez, another option might be using a Docker image?
https://github.com/aerogear/dockerfiles/tree/1.1.2
Since OpenShift is on our 1.1.x line, I'd recommend that above tag.
Steps
In case you can't register the devie to the docker image, it's possible to run the following CURL, to perform the device token registration:
curl --insecure -u "VARIANTID:SECRET" -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"deviceToken" : "TOKEN", "deviceType" : "iPod touch"}' https://IP_OF_DOCKER:8443/ag-push/rest/registry/device
|
|