Hi ,

for a complete cps site, the normal zope import/export should do, if
the site is too big, you can also create a new instance, copy the old
data.fs to the new instance and throw out the unwanted stuff in each
instance. Don't forget to pack the database afterwards.

Michael


2007/4/18, Müge YARANLI <[EMAIL PROTECTED]>:
Thanks, I think I will prefer this method.

One last thing: When I have performance problems because of the size of
Data.fs and I want to create another instance, how can I import the data of
the second project to the second instance?

Muge

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Michael Schulz
Sent: 18 Nisan 2007 Çarşamba 10:04
To: [email protected]
Cc: Müge YARANLI
Subject: Re: [CPS-users] Multiple Instances??

Hi Muge,

i forward my reply also to the users list...

It is surely an issue to think about. We are using the setup of
several instances very often, but it is more effort to setup and
maintain, more webserver administration, and so forth.

Two (ore more) sites in one instances is the easy way to start, if you
experience performance problems, it is no problem to switch at that
point. I cannot comment on problems with absolute size of the Data.fs
in terms of file size restriction through the filesystem or os. A
Data.fs can be in the gbyte range without problems and still serve
reasonably well.

Cheers, Michael


2007/4/17, Müge YARANLI <[EMAIL PROTECTED]>:
> Hi Michael,
>
> Thanks a lot for your idea. If I do this I suppose I will have only one
> Data.fs. I have an hesitation that; will the hugeness of Data.fs file will
> be a problem for me in the future. So although I would prefer to implement
> this solution I would like to be sure about this point also...
>
> So can you share your ideas on this also?
>
> Muge
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schulz
> Sent: 17 Nisan 2007 Salı 17:42
> To: [email protected]
> Subject: Re: [CPS-users] Multiple Instances??
>
> Hi,
>
> instead of creating a new zope instance you could also just create a
> new CPS site from your zope root thru the zmi - choose "CPSDefault
> Site" from the "select a type to add" dropdown box.
>
> Then you would automatically share the products folder, but your two
> cps sites are completely separated.
>
> Cheers, Michael
>
>
> > I have a CPS site installed. Now I am planning to add another project on
> > CPS. The new project is completely different from the elder one- so I
> don't
> > want these two sites to have any intersection. Although I implemented
the
> > new project as a new section and defined a section manager for that, the
> > problem is that they cannot create their users and groups themselves.
But
> I
> > don't want them to have admin rights, because they can damage my project
> > also!!!
>
>
>
> >
> >
> >
> > So is there any idea for the best way of implementing this?
> >
> >
> >
> > I just thought of implementing this via different instances. Although I
> > edited the zope.conf file in the etc directory of the new instance (in
> fact
> > I changed the http-server address as 8085 which was 8080 in the first
> one),
> > I could not manage to see the second instance.
> >
> >
> >
> > Is there anything more that I should do for this?
> >
> >
> >
> > Also, is it possible to have one products directory for the two
instances?
> >
> >
> >
> > Thanks a lot.
> > _______________________________________________
> > cps-users mailing list
> > [email protected]
> > http://lists.nuxeo.com/mailman/listinfo/cps-users
> >
> >
>
>
> --
> -----------------------------------------------------------
> Michael Schulz
> [EMAIL PROTECTED]
>
> in medias res
> Gesellschaft für Informationstechnologie mbH
>
> In den Weihermatten 66
> 79108 Freiburg
>
> Tel  +49 (0)761 556959-5
> Fax +49 (0)761 556959-6
>
> http://www.webgis.de / http://www.zopecms.de
> -----------------------------------------------------------
> _______________________________________________
> cps-users mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/cps-users
>
>
>
>


--
-----------------------------------------------------------
Michael Schulz
[EMAIL PROTECTED]

in medias res
Gesellschaft für Informationstechnologie mbH

In den Weihermatten 66
79108 Freiburg

Tel  +49 (0)761 556959-5
Fax +49 (0)761 556959-6

http://www.webgis.de / http://www.zopecms.de
-----------------------------------------------------------





--
-----------------------------------------------------------
Michael Schulz
[EMAIL PROTECTED]

in medias res
Gesellschaft für Informationstechnologie mbH

In den Weihermatten 66
79108 Freiburg

Tel  +49 (0)761 556959-5
Fax +49 (0)761 556959-6

http://www.webgis.de / http://www.zopecms.de
-----------------------------------------------------------
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to