PLANNING CONSIDERATIONS
To make your deployment and management of multiple environments as worry-free as possible, developing a process and sticking to it is important. In short, you must think about basically four components for a first-time production deployment. In general, these align nicely with the installation of Umbraco because you are simply moving the entire site from your development environment to the production system.
- Move/copy the database: This process varies slightly depending on what database you chose to install Umbraco on. This chapter gives you all the dos and don'ts for working with SQL Server Express.
At the time of this writing, SQL Server (including Express), SQL Server CE, MySQL, and Vista DB are supported database engines. - Transfer the Umbraco installation: Transferring your Umbraco installation to the new server is as simple as compacting the files in your webroot into an archive and exploding that archive on the destination server. This also moves your media items, of course.
- Set up an IIS website. You want to point it to your Umbraco installation webroot.
It's strongly recommended that you utilize the <appSettings …/> portion of the web.config to set any environment specific attributes as opposed to hard-coding such values in your code. This is standard ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access