fabric8-launcher / launcher-application

The fabric8-launcher application
https://developers.redhat.com/launch/
Apache License 2.0
18 stars 53 forks source link

Create .devfiles in all Example applications #857

Open ALRubinger opened 5 years ago

ALRubinger commented 5 years ago

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 commented 5 years ago

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

ALRubinger commented 5 years ago

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

wtrocki commented 5 years ago

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