Hi Ruben, On Fri, 2021-07-09 at 06:47 -0700, Ruben Reusser wrote: > Robert, > > I think its a good idea - I wonder however if in that case the sling > sample in the sling starter should be removed and the initial content a > bit rearranged to allow for a cleaner start of a new application on top > of sling?
That should already the case, see the hints at [1] . For a very basic setup, include the following features: - nosample_base - oak_persistence_sns I'm actually using this for prototyping the launcher module. Of course, there is a larger discussion on whether production-ready setups should be based on the Sling Starter, but I guess that can wait a bit. [1]: https://github.com/apache/sling-org-apache-sling-starter#extending-the-sling-starter
