I'm back to xenforo after a few years, since I had the need to use a community/forum software for a new project I have. I asked Xenforo about the license and searched the forums, and they say local installations are covered. Makes sense, like you need to test/play in a safe box first.
Are there any best practices to follow here? The first thing I noticed after a new installation is the message in the admin:
The Board URL option does not match the site URL configured for your license.
This of course because my local privated installation is just a local url and not the end one I will deploy to the public once ready. Not a big deal I guess but just annoying. I assume I will have similar problems when deploying to testing, wondering how to handle the different config, settings, in particular with the database since unless I'm not aware there is no migration tools between schemas, etc.
Anyone else here using some CI to deploy xenforo to different states like dev, staging, testing, etc? Some tips would be helpful to keep into account the biggest changes between enviroments.
Are there any best practices to follow here? The first thing I noticed after a new installation is the message in the admin:
The Board URL option does not match the site URL configured for your license.
This of course because my local privated installation is just a local url and not the end one I will deploy to the public once ready. Not a big deal I guess but just annoying. I assume I will have similar problems when deploying to testing, wondering how to handle the different config, settings, in particular with the database since unless I'm not aware there is no migration tools between schemas, etc.
Anyone else here using some CI to deploy xenforo to different states like dev, staging, testing, etc? Some tips would be helpful to keep into account the biggest changes between enviroments.