<?xml version="1.0"?> <!-- This must be moved to the OpenACS page root when making a release tarball --> <application name="dotlrn" pretty-name=".LRN" home="http://openacs.org/projects/dotlrn" min_stack_size="512"> <actions> <!-- Installing all applets gives us what we need as applets depend on both dotlrn, the portlets and the respective applications (i.e. forums file-storage etc.) --> <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"/> <mount package="dotlrn" mount-point="/dotlrn" instance-name="dotLRN"/> <set-parameter url="/" name="DefaultMaster" value="/packages/dotlrn/www/dotlrn-master"/> <set-parameter package="acs-kernel" name="IndexRedirectUrl" value="/dotlrn/index"/> <set-parameter package="acs-kernel" name="CommunityMemberURL" value="/dotlrn/community-member"/> <set-parameter package="acs-kernel" name="CommunityMemberAdminURL" value="/dotlrn/admin/user"/> <set-parameter package="new-portal" name="default_theme_name" value="#new-portal.sloan_theme_name#"/> <set-parameter package="acs-bootstrap-installer" name="post_installation_message" value="When the server restarts click <a href='/dotlrn'>here</a> to configure .LRN"/> </actions> </application>