This file is indexed.

/usr/share/doc/glpi/README.Debian is in glpi 0.84.8+dfsg.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
40
41
42
43
44
GLPI for debian
===============

Installation
------------

Note that glpi uses automatic configuration through dbconfig-common.
however, you have to give the database parameters during the first
configuration of glpi.

Go to http://$yourhost/glpi/, and follow the on-screen directions.
the default administrator login is glpi/glpi. once the configuration
is over, you should change the password.

Upgrade
-------

Due to some complexity in the database upgrade (and the fact that upgrade
commands involve modifications of the data), the upgrade of the database
is not handled by dbcofnig-common, but using the upstream PHP scripts.

After upgrading the Debian package, go to http://$yourhost/glpi/, and follow
the on-screen directions (you must be logged in as GLPI administrator).

PHP memory
----------

glpi can use lot of memory, and the default value (8 MB) is not big enough.
edit or create your php.ini file (for ex. in /etc/php4/apache2/php.ini) and
set a higher limit (16 MB or more)::

 memory_limit = 16M      ; Maximum amount of memory a script may consume

phpCAS
------

The embedded copy of phpCAS is not installed, both for maintenance,
license, and security reasons (See #495542, #505983 and #662944).

If you want to use phpCAS, download it from:

https://wiki.jasig.org/display/CASC/phpCAS

and install it to the `/usr/share/glpi/lib/` directory.