Best way to record changes for domains using "uSync package"
Hi, we are currently working on Multilanguage for Umbraco 8. We create 2 domains for this. We also use uSync package to be able record the changes and apply it to Staging & Production environment.
When applying the domains, uSync record the changes by creating files like this :
(my project dir)\uSync\v8\Domains\http-localhost-(port)-(content)_en-us
What is the best way to record domains changes using uSync ? or is there any other way to record domains changes ?
I think the best way (if you can) is not to include the hostname in the configuration when setting up the domains, e.g set as "/en_us" not "http://localhost:port/en" inside Umbraco. because then the domain settings will be portable.
with something like this the files should be called {content}_{language}.config and when it is imported at the the other end it should be ok.
using doesn't really know what domain the site might be running on (it could be different from the one the back office is running on), so i don't think we could reliably substitute the domains in and out - but i might see if thats an option.
Best way to record changes for domains using "uSync package"
Hi, we are currently working on Multilanguage for Umbraco 8. We create 2 domains for this. We also use uSync package to be able record the changes and apply it to Staging & Production environment.
When applying the domains, uSync record the changes by creating files like this : (my project dir)\uSync\v8\Domains\http-localhost-(port)-(content)_en-us
What is the best way to record domains changes using uSync ? or is there any other way to record domains changes ?
Hi,
I think the best way (if you can) is not to include the hostname in the configuration when setting up the domains, e.g set as
"/en_us"
not"http://localhost:port/en"
inside Umbraco. because then the domain settings will be portable.with something like this the files should be called {content}_{language}.config and when it is imported at the the other end it should be ok.
using doesn't really know what domain the site might be running on (it could be different from the one the back office is running on), so i don't think we could reliably substitute the domains in and out - but i might see if thats an option.
is working on a reply...