We have a project that contains standard document types and sample content similar to starter kit package.
I would like to clone this project to another customer. In future, I should be able to close the same project to different customers. The base project will be enhanced and maintained and the changes should also be pushed to the new solution. Media is stored in physical location wwwroot and database in SQLSERVER express.
I am looking for help to learm step by step process to achieve my goal in Umbraco 13.
d
Dean Leigh
08/29/2024, 4:32 PM
Have you considered a dotnet new template?
@Lotte and I show you how to do this here:
https://youtu.be/CdVw5DK6olE?si=bU1S6MBB4SYtjOqJ▾
r
Ramya Devendiran
08/30/2024, 6:34 AM
Thanks @Dean Leigh . I will try as .dotnet template.
k
Kevin Jump
08/30/2024, 8:51 AM
you could try using uSync roots - https://blog.jumoo.co.uk/2024/roots/ this will let you have the base project but also push out enhancements at a later date from the core project (e.g if you add / update doctype templates in the root, you can sync them on the child project)