has someone experience with running multiple instances of .LRN on a single machine but with the same user base. As far as I can see the different schools at our university prefer to have their own designs thus a single installation won't work.
Do I have to copy an install.xml file in the root directory of openacs with multiple application elements:
<application name="school1" pretty-name="School 1" home="http://openacs.org/projects/dotlrn">
<actions>
<install package="dotlrn-bm"/>
<install package="dotlrn-calendar"/>
<install package="dotlrn-dotlrn"/>
<install package="dotlrn-faq"/>
<install package="dotlrn-forums"/>
<install package="dotlrn-fs"/>
<install package="dotlrn-homework"/>
<install package="dotlrn-news"/>
<install package="dotlrn-portlet"/>
<install package="dotlrn-static"/>
<install package="dotlrn-survey"/>
<install package="dotlrn-syllabus"/>
<install package="dotlrn-weblogger"/>
<install package="dotlrn-curriculum"/>
<install package="dotlrn-news-aggregator"/>
<mount package="dotlrn" mount-point="school1" instance-name="school1"/>
<set-parameter url="/school1" name="DefaultMaster" value="/packages/dotlrn/www/school1-master"/>
<set-parameter package="acs-kernel" name="IndexRedirectUrl" value="/school1/index"/>
<set-parameter package="acs-kernel" name="CommunityMemberURL" value="/school1/community-member"/>
<set-parameter package="acs-kernel" name="CommunityMemberAdminURL" value="/school1/admin/user"/>
<set-parameter package="new-portal" name="default_theme_name" value="MESSAGE KEY MISSING: 'new-portal.sloan_theme_name'"/>
</actions>
</application>
<application name="school2" pretty-name="School 2" home="http://openacs.org/projects/dotlrn">
<actions>
...
</actions>
</application>
...
I appreaciate any help,
best regards,
Nima Mazloumi
Request notifications