I’m currently migrating my site to Kirby and would like to understand how the licenses work. Here’s the context:
Before fully migrating, I plan to upload my Kirby project on a subdomain dev.mydomain.xyz
and keep mydomain.xyz
non-Kirby until the development is complete. Once the development is done, I intend to remove dev.mydomain.yxz
and move my development to mydomain.xyz
.
What’s the best approach regarding the licenses?
- Activate the license on the instance at
dev.mydomain.xyz
withmydomain.xyz
as the reference domain. The license will remain active when the site goes live. - Activate the license on the instance at
dev.mydomain.xyz
withdev.mydomain.xyz
as the reference domain. Then, change the license reference when the site goes live. - Only activate the license once the site is live on
mydomain.xyz
. - Only develop locally.
Thank you for your help.