aboutsummaryrefslogtreecommitdiffstats
path: root/www/ilias/files/pkg-message.in
blob: 4ebd6ea0baf2ef5ae0f1d0f4f959324f9e236c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{ type: install
  message: <<EOM
1 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 file
   httpd.conf, and restart the server:

   Alias /ilias %%WWWDIR%%/
   AcceptPathInfo On
   <Directory %%WWWDIR%%/>
      AllowOverride None
      Require all granted
   </Directory>

4 After installation, you should use 'composer install'
in the directory %%WWWDIR%%/libs/composer.

5 Edit the config.json file and run ilias Setup on the commang-line
in directory %%WWWDIR%%:
  $ sudo -u www -g www php setup/setup.php install ../iliasfiles/config.json

6 If all is OK, you can login into the system with
username/root and password/homer as the administrator.

7 More information please visit :
https://docu.ilias.de/goto_docu_lm_367.html,
EOM
}
]