Follows on from https://issues.jboss.org/browse/AEROGEAR-1831
In terms of acceptance criteria, the target is macOS & Linux. Windows may work, but it's a secondary target.
Primary work required here is to test this plugin on MacOs and Linux and address any issues that might be found.
We also need to set up the MobileClient resource definition (note this is not currently created in the installer/install.sh) which involve adding something similar to: {code} oc create -f https://github.com/aerogear/mobile-cli/blob/master/artifacts/mobileclient_crd.yaml {code}
to the end of the addon script. |
|