Mrunal Patel <mpatel@redhat.com> made a comment on bug 1005373
Hi Daniel,
I followed the steps to
1.
rhc create-app timeout "https://cartreflect-claytondev.rhcloud.com/reflect?github=danbev/openshift-origin-cartridge-aerogear-push&commit=2aa85a3015db85961e8bf7b32d6cc9b57156aa4a" mysql-5.1
4. Opened the index.html file under the above repo locally on chrome.
It doesn't seem to be working for me.
Am I following the steps correctly? If I were to access the index.html file from Android browser, don't I have to host it on a web app somewhere?
Thanks,
Mrunal
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Mrunal Patel <mpatel@redhat.com> made a comment on bug 1005373
Hi Daniel,
I followed the steps to
1.
rhc create-app timeout "https://cartreflect-claytondev.rhcloud.com/reflect?github=danbev/openshift-origin-cartridge-aerogear-push&commit=2aa85a3015db85961e8bf7b32d6cc9b57156aa4a" mysql-5.1
2. git clone https://github.com/aerogear/aerogear-simplepush-quickstart locally
3. Made this modification
{ - simplePushServerURL: "http://localhost:7777/simplepush", + simplePushServerURL: "https://timeout-testbz.dev.rhcloud.com:8443/simplepush", onConnect: spConnect, onClose: spClose }SPClient = AeroGear.SimplePushClient(
);
4. Opened the index.html file under the above repo locally on chrome.
It doesn't seem to be working for me.
Am I following the steps correctly? If I were to access the index.html file from Android browser, don't I have to host it on a web app somewhere?
Thanks,
Mrunal