I've been trying to build and deploy a website running on Orchard CMS. I've previously donwloaded Orchard, set up a development environment, made a few modifications to the source, added and modified a theme, added som content and so forth. I've been using the SQL CE as database. Now I want to build and deploy the complete website. I've built a deployment package by running the build script, as described here. It's easy to simply ftp the built package to the hosting server. However, when visiting the site I now get the install a new site procedure. Apparently, the cms settings and content from my development environment have not been reflected in the deployment package. Thus, I need to copy all the content and re-do all the settings, including creating all widgets etc. again.
Do anyone have any good idea on how to publish an Orchard site from a development to a production environment, including the cms settings, widget setings, content, etc? All guides I've found on the web describe how to use WebMatrix to deploy an Orchard site to shared hosting or Azure, but all of those guides end up with having a clean Orchard installation. What I would like to achive is to develop the site locally, and then push the entire site to the hosting server.