launcher-application icon indicating copy to clipboard operation
launcher-application copied to clipboard

Create .devfiles in all Example applications

Open ALRubinger opened this issue 6 years ago • 3 comments

To support opening in Che.

Must be coordinated with the runtime teams and placed in the root of all applications that are part of the example catalog. Else we may lay this on top of those repos before returning the baked result to the user, which may be more centralized and efficient.

ALRubinger avatar Mar 14 '19 01:03 ALRubinger

Defined by https://github.com/fabric8-launcher/launcher-creator-welcome-app/issues/67

ALRubinger avatar Mar 14 '19 01:03 ALRubinger

This is also tracked with greater detail in #94 , though there it makes mention of a Chefile.

ALRubinger avatar Mar 14 '19 05:03 ALRubinger

In AeroGear we are using Factories. It simply requires .factory.json file to exist in root repository that contains definition of the stack. This is really powerful and fast way to lauch entire codeready/che workspace. Example: https://github.com/aerogear/ionic-showcase/blob/master/.factory.json

wtrocki avatar Sep 06 '19 10:09 wtrocki