Getting Started Deployment
Hi can anyone help with a bit of an overview. How does one deploy from development to live. I've seen stuff about restoring databases from dev to live but think I'm not getting it as I'm thinking that would overwrite live data with test data. Also what about deploying images css masterpages. Do you just FTP it up the live server and then configure the live server to see this content. Cheers, Chris.
Hello Chris,
If you have decided to develop your application locally ( using svn or dev env ) and deploy it to production, I would suggest you to add a staging environment where you can see the result of your development. If there are any problems you will be able to diagnose and fix them without affecting the live site.
Having a development and staging environment you can make changes to your website on the development machine and use a data comparing tool, like the one that is built in VS ( check the attached screenshot ) to commit and upload all changes that are being made to the database to the staging environment. The tool will compare the two databases and change only the data that has been modified on the target database. It is not necessary to use the one that comes with VS if you feel more comfortable using other software.
You can use FTP for any files that need to be uploaded or other type of file comparison tool.
Best wishes,
Victor Velev
the Telerik team
Dear Chris
This is my simple 20 steps update process. Not realy pro like but works for me :-) Maybe some of it can be helpfull to you as well
Hi Markus Berchtold,
Thank you for sharing your experience with the community! I am sure that many users will find this information useful!
Regards,
Victor Velev
the Telerik team