-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
we create lots of apps for running on OpenShift in each fabric8 release. Here's the source for them all if you want a look.
then each release ships with a zip of them all. e.g. the 2.0.39 release:
http://central.maven.org/maven2/io/fabric8/jube/images/fabric8/apps/2.0.39/
see the app.zip file which is a zip of all the apps; each app zip is a kube json + icon + readme etc.
in the fabric8 console you can drag and drop zip files into the console library; or drag and drop from the console to the desktop for a simple kind of "Apps Library" a little like your iTunes library for mobile apps.
It would be pretty handy for folks to be able to run all the fabric8 apps from inside the OpenShift console too; using the 'create template' stuff; we'd just need a way to be able to import the apps (templates) into OpenShift.
Is there an easy way to do such a thing; or can we add it?
We're encouraging java folks using Maven to reuse the same maven tooling to generate their own apps / app zips as well; so this tool would be reusable by customers & users too I should think.