Hi, We’ve been struggeling with setting up Squidex in our environment which has seperate dev,test,staging and production environments.
Ideally i would like to have a different app (or Squidex server) per environment. But migrating changes to our schema’s and rules between these environments is quite a difficult task.
Would a system that links the Squidex apps be a solution for this? For example:
- Do some changes to the schema’s of website-app-development
- Have a linked website-app-test which schemas cannot be changed directly
- Have a controlled way to run the changes that we have done to the development version to the test environment
- Etc…