Best way to "copy" a site?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/4/2013 6:15:10 AM
Gravatar
Total Posts 77

Best way to "copy" a site?

I'm just starting out with mojoPortal and I can already see that I'm going to use it for more than one site :-).

So what is the best way to create a second or third site?
a) in a sub folder on the same domain
b) in a sub folder on a new domain?

 

Can I just:

a)  copy the contents of wwwroot, and change the connection string
 or
b) must I do a fresh install for each new site ?

Thanks

Ken

 

 

10/4/2013 1:26:13 PM
Gravatar
Total Posts 18439

Re: Best way to "copy" a site?

There is not an easy way to copy the content of one site to another.

Content (other than uploaded images or files) is stored in the database not in the file system.

If you are talking about making new unrelated sites then I would use new hosting and a root level site not a sub folder in the current site hosting.

It is also possible to host multiple sites in a single installation of mojoPortal, but myself I would use a separate installation for each of my customers rather than mingle data from different clients in the same database.

10/4/2013 1:48:54 PM
Gravatar
Total Posts 77

Re: Best way to "copy" a site?

Thanks for your advice Joe.

Ken

 

You must sign in to post in the forums. This thread is closed to new posts.