btw. we also support docker, to perfom some tests on your end:

https://github.com/aerogear/dockerfiles/tree/master/wildfly/unifiedpush-wildfly-dev#running-the-image

On Wed, Feb 24, 2016 at 3:19 PM, Matthias Wessendorf <matzew@apache.org> wrote:


On Wednesday, 24 February 2016, ffraticelli <ffraticelli@unog.ch> wrote:
Hi Mathias,
thank you for your answer.
When using the OpenShift UI to create the app, it only allows small gear, no
way I can set medium.

Unfortunately the 1.1.x version requires medium :-(
 

In our own instance created using Docker the yaml file doesn't have a
gear-size parameter.
Here's the yaml file, what/where should I include the gear-size param?

unifiedpushDB:
  image: mysql:5.5
  environment:
   - MYSQL_USER=TTT
   - MYSQL_PASSWORD=ZZZ
   - MYSQL_DATABASE=XXX
   - MYSQL_ROOT_PASSWORD=supersecret
  ports:
  - 4306:3306
keycloakDB:
  image: mysql:5.5
  environment:
   - MYSQL_USER=YYY
   - MYSQL_PASSWORD=XXX
   - MYSQL_DATABASE=keycloak
   - MYSQL_ROOT_PASSWORD=supersecret
  ports:
  - 4406:3306
unifiedpushserver:
  image: aerogear/unifiedpush-wildfly-dev
  links:
    - unifiedpushDB:unifiedpush
    - keycloakDB:keycloak
  ports:
  - 8443:8443

Thanks.



--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/UI-of-push-notification-application-in-OpenShift-hangs-on-401-error-tp504p524.html
Sent from the aerogear-users mailing list archive at Nabble.com.
_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users


--
Sent from Gmail Mobile



--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf