Müge YARANLI a écrit : > > 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? >
If you are on a Unix-like system such as Linux you can use symbolic link for your instances to use the same Products directory. This is a common practice. Beside sharing the Products directory you could also share the directories, for example by using a same LDAP directory for all your instances. Cheers, -- Marc-Aurèle DARCHE Open Source Enterprise Content Management (ECM) http://www.nuxeo.org/ NUXEO (Paris, France) http://nuxeo.com/ _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
