Which is the best way to deploy an umbraco website?
Hi,
I've done my umbraco site and it's running on my dev box on SQL CE.
Which is the best approach for deploying the site to a test environment backed by a real DB?
Copy all the umbraco website and then copy all my SQL CE DB in the server?
Install a "fresh" installation of Umbraco, which will in turn create a new DB (if I tell it to create i on a real server) and then copy over my code and custom doc types?
Which is the best way to deploy an umbraco website?
Hi,
I've done my umbraco site and it's running on my dev box on SQL CE.
Which is the best approach for deploying the site to a test environment backed by a real DB?
Thx Simone
Hi Simone,
When we deploy our umbraco dev environment to the production server we do the following tasks:
1) Create a backup of the current database
2) Publish the site using Visual studio to the production server
3) Restore the database on the production server
4) Copy all other files like media, etc to the production server
5) Check everything and test to see that everything is working
/Michaël
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.