diff options
Diffstat (limited to 'www/ilias3/files/pkg-message.in')
-rw-r--r-- | www/ilias3/files/pkg-message.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/ilias3/files/pkg-message.in b/www/ilias3/files/pkg-message.in deleted file mode 100644 index bb0760597442..000000000000 --- a/www/ilias3/files/pkg-message.in +++ /dev/null @@ -1,37 +0,0 @@ -============================================= -1 Congratulations! You have successfully installed -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. - -2 Also, this installation process has installed everything -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. - -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. -============================================= |