|
Home > Archive > Microsoft Content Management Server > October 2004 > deploying from development server to production server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
deploying from development server to production server
|
|
| choihead 2004-10-27, 2:47 am |
| Dear all,
I have a Developement Server with MCMS Server, VS.Net, SQL Installed, now I
wanna move all the content, template...etc to a production server, whcih
should be exactly the same as the development server?? What should the
suggested procedure to be??
My Draft idea is
On Developement Server
1. Export SQL DB
2. Export SDO of Channel
3. Export SDO of Template Gallery
3. Export SDO of Resources Manger
4. Copy the whole Folder of the of my folder in wwwroot
On Production Server
1. Import SQL DB
2. Import SDO of Channel
3. Import SDO of Template Gallery
3. Import SDO of Resources Manger
4. Paste the whole Folder of the of my folder in wwwroot
Is it the right procedure?
| |
| Stefan [MSFT] 2004-10-27, 7:46 am |
| Hi Choihead,
skip copy of the database.
The SDO import will do everything you need.
Beside that:
you need to ensure that the template folder becomes a web application. Also
ensure that the CMS virtual directory is created inside the template folder
and that this virtual directory is only a virtual directory and NOT a web
application.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"choihead" <choihead@Hotmail.com> wrote in message
news:#l$KEK9uEHA.3728@TK2MSFTNGP12.phx.gbl...
> Dear all,
>
> I have a Developement Server with MCMS Server, VS.Net, SQL Installed, now
I
> wanna move all the content, template...etc to a production server, whcih
> should be exactly the same as the development server?? What should the
> suggested procedure to be??
> My Draft idea is
> On Developement Server
>
> 1. Export SQL DB
> 2. Export SDO of Channel
> 3. Export SDO of Template Gallery
> 3. Export SDO of Resources Manger
> 4. Copy the whole Folder of the of my folder in wwwroot
>
> On Production Server
>
> 1. Import SQL DB
> 2. Import SDO of Channel
> 3. Import SDO of Template Gallery
> 3. Import SDO of Resources Manger
> 4. Paste the whole Folder of the of my folder in wwwroot
>
> Is it the right procedure?
>
>
|
|
|
|
|