2006-11-19 00:01:34 +01:00
|
|
|
=============================================
|
2008-04-20 11:08:52 +02:00
|
|
|
1 Congratulations! You have successfully installed
|
2006-11-19 00:01:34 +01:00
|
|
|
ILIAS e-learning platform. Please keep in mind that
|
|
|
|
heavily used ILIAS installation can cause huge growth
|
|
|
|
of your log file, so remember to disable notices logging
|
|
|
|
in your PHP installation.
|
|
|
|
|
2008-04-20 11:08:52 +02:00
|
|
|
2 Also, this installation process has installed everything
|
2006-11-19 00:01:34 +01:00
|
|
|
that is needed for ILIAS to run properly with basic
|
|
|
|
functionality, but to broaden it you will have to install
|
|
|
|
third party software like Sun Java, HTMLdoc, LaTeX or
|
|
|
|
some virus scanner by yourself.
|
|
|
|
|
2008-04-20 11:08:52 +02:00
|
|
|
3 Add the following to your Apache configuration, and
|
|
|
|
restart the server:
|
|
|
|
|
|
|
|
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
|
|
|
Alias /ilias %%WWWDIR%%/
|
|
|
|
AcceptPathInfo On
|
|
|
|
<Directory %%WWWDIR%%>
|
|
|
|
AllowOverride None
|
|
|
|
Order Allow,Deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
<Directory %%PREFIX%%/%%ILIASDATADIR%%>
|
|
|
|
AllowOverride None
|
|
|
|
Order Allow,Deny
|
|
|
|
Deny from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
4 Then feel free to proceed to ILIAS web setup proccess.
|
|
|
|
When input Ilias data directory, please use
|
|
|
|
%%PREFIX%%/%%ILIASDATADIR%% and uncheck the create option.
|
|
|
|
|
|
|
|
5 After the installation, you can login into the system
|
|
|
|
with username/root and password/homer as the administrator.
|
2006-11-19 00:01:34 +01:00
|
|
|
=============================================
|