gradle-aem-multi
gradle-aem-multi copied to clipboard
Support for Knot.x setup in gradle aem multi
Can you please check https://github.com/Knotx/knotx-starter-kit. It can be very useful when you consider Knot.x extensions development.
Thx guys, this PR now looks nice 😊 @Skejven the domain related problem is solved?
yes, it is solved in RC5 that we released today ;)
after catch up with @tomaszmichalak agreeded TODO looks as below:
- cover both demo and live domains by knotx (best if it will use same / shared parts of configuration)
- 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
- 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