freebsd-ports/www/claroline/files/pkg-message.in
Beech Rintoul fb3c675b77 - New port claroline-1.8.9
Claroline is an Open Source eLearning and eWorking
platform allowing teachers to build effective online
courses and to manage learning and collaborative
activities on the web. It has been translated into
35 languages and has a large worldwide users and
developers community.

WWW: http://www.claroline.net/

PR:		ports/121314
Submitted by:	Wen heping <wenheping at gmail.com>
2008-03-08 09:06:56 +00:00

25 lines
755 B
Text

POST-INSTALL CONFIGURATION FOR Claroline
=====================================
1) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /claroline %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your Claroline site with a browser (i.e.,
http://your.server.com/claroline/claroline/install/)
and you should be taken to the install script,
which will lead you through setting up Claroline,
creating an admin account, etc.
For more information, see the INSTALL DOCUMENTATION:
http://www.claroline.net/doc/en/index.php/Main_Page