diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /www/ilias3/files | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'www/ilias3/files')
-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. -============================================= |