The company I work for has built a modest size site, about 500 pages, 5 top level nodes.
We have to run 2 versions of the site one development and one live. The developers (our company) makes all sorts of changes on dev, as it should be. The Client on the other hand makes copy changes on live. The designers\copywriters for my company want to be able to publish specific sections from dev to live.
Initial thoughts from the programmers
1. Yes the Client should make all the changes on dev then move to live, but there is no way we can talk them into that if they have to do it twice. Are there any controls, scripts written where they could create the page in dev, then publish to dev and live? How hard would it be, if I knew what I am doing in .net, to write this?
2. We were thinking of just scripting out moving the files \xlts \media, etc and the db once a day at 2:00 am or so. Not ideal as you could not publish “right now” if needed. The site would also be down when the DB is restoring.
3. We could make 5 different versions of Umbarco. news.oursite.com,
www.oursite.com, biz.oursite.com etc. But then every time we made a change to the headers, navbars, we would have to change it everywhere, I guess we could try to script that out too, but this all sounds like a lot of trouble.
Just wanted to know if anyone else had experience with this issue, or any ideas. Just a humble PHP programmer slowly crawling my way out newbie status with respect to Umbraco, xlts, and .net.
steelman