It would be helpful for me, if somebody tell me how could we deploy site implemented using Umbraco 7. And how can we add more features later to the deployed live site.
Courier is not yet ready for Umbraco 7. Is there any alternatives for deployment.
you can use usync to deploy the changes from development site to live. it doesn't do content but it will deploy all the changes to templates,doctypes etc. (disclaimer - i wrote it so i would say that)
How do we deploy to live site using Umbraco 7
Hi All,
It would be helpful for me, if somebody tell me how could we deploy site implemented using Umbraco 7. And how can we add more features later to the deployed live site.
Hi,
if its the first time you deploy then make a copy of the whole files and database and create a new website with that.
Next possible solution would be to create an umbraco package with all contents and install it on the live site.
Or maybe use some powershell script to copy database and files.
David
you can use usync to deploy the changes from development site to live. it doesn't do content but it will deploy all the changes to templates,doctypes etc. (disclaimer - i wrote it so i would say that)
is working on a reply...