gradle-aem-multi icon indicating copy to clipboard operation
gradle-aem-multi copied to clipboard

Support for Knot.x setup in gradle aem multi

Open mierzwid opened this issue 6 years ago • 3 comments

mierzwid avatar Jun 07 '19 13:06 mierzwid

Can you please check https://github.com/Knotx/knotx-starter-kit. It can be very useful when you consider Knot.x extensions development.

tomaszmichalak avatar Jun 07 '19 17:06 tomaszmichalak

Thx guys, this PR now looks nice 😊 @Skejven the domain related problem is solved?

yes, it is solved in RC5 that we released today ;)

tomaszmichalak avatar Jul 05 '19 21:07 tomaszmichalak

after catch up with @tomaszmichalak agreeded TODO looks as below:

  1. cover both demo and live domains by knotx (best if it will use same / shared parts of configuration)
  2. improve / make nicer products demo page / rendered products with images based on bootstrap 4 card markup and json from e.g https://jsonplaceholder.typicode.com/photos / imitate real products by some mock JSON API ; knotx part will use to https://github.com/Knotx/knotx-data-bridge/tree/master/http to call this API
  3. inverse domain logic:
  • example.com <=> knotx.example.com / dispatcher.example.com (example.com should be most rich / complete response / looking as production one)
  • demo.example.com <=> knotx.demo.example.com / dispatcher.demo.example.com

pun-ky avatar Jul 24 '19 07:07 pun-ky