c# - Duplicate an Umbraco site to another account -


is possible duplicate live umbraco site have full access (backoffice, passwords etc.) , copy content account?

the idea want clone of live site practice on without danger of changing , accidentally ruining working , published live site.

to simplify, have:

  1. a working live umbraco site admin privileges can access files.
  2. a new, separate umbraco account blank canvas access files.

we duplicate files , content live site new account have closely resembles live site practice building widgets etc.

we working in visual studio 2012 c# , razor , want use latest version of umbraco cms (currently 7.3.0-beta prerelease according nuget package manager).

have got right idea approach or there better way? aware of umbraco courier know if there options other paid-for add-on.

if best approach, procedure, , if not, options , why preferable?

this can achieved quite copying files new environment, restoring backup of database new environment , updating connection string in web.config. give working copy of live site. if looking continuously synchronised solution different matter, courier has never worked me reliably.


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -