Giter Site home page Giter Site logo

unifiedpush-apb's Introduction

AeroGear UnifiedPush Server APB

Docker Stars Docker pulls License

This APB integrates the Aerogear UnifiedOush server into Openshift and the mobile platform. It allows you to manage your variants via the Openshift UI and generates resources for the mobile CLI to export the configuration to your mobile apps.

Usage

Deployment

Deploy the APB from the Service Catalog. You can create a binding at deploy time or later. No further information or credentials are required.

Creating variants

Variants are created via bindings. Once deployed you should see a button named Create Binding on your UPS service instance. This should open a dialog giving you the option to create either an Android or iOS variant. Depending on the type you select here only one section of fields (either the Android or the iOS section) needs to be filled. There is one caveat with the iOS certificate: it needs to be encoded with base64 before pasting it to the text area. If you're on MacOS run:

cat <path/to/your/.p12> | base64

If you're on Linux chances are that you're using a version of the base64 tool that does line wrapping. You need to disable this:

cat <path/to/your/.p12> | base64 --wrap=0

After clicking Bind your variant will be created in UPS and you should see a new binding on your mobile client.

Local Development

Requirements

Process

Upload the APB to the local openshift registry (Runs prepare,build,push and relist) more info

apb push

For more information on APB development and apb command line options, check ansible-playbook-bundle documentation.

Submitting Changes

To submit a change, please follow these instructions:

  • Fork this repo.
  • Make changes in your own repo, and use your own docker org while developing.
  • Submit a pull request to this master on this repo.

unifiedpush-apb's People

Contributors

aidenkeating avatar aliok avatar david-martin avatar jameelb avatar josemigallas avatar laurafitzgerald avatar maleck13 avatar matzew avatar mikenairn avatar pb82 avatar philbrookes avatar psturc avatar pwright avatar sedroche avatar witmicko avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.