added PHP:XML requirement and note on memory_limit
This commit is contained in:
parent
52ba9a07ac
commit
9654b518b1
12
lam/INSTALL
12
lam/INSTALL
|
@ -6,7 +6,7 @@ Installation Instructions for LAM
|
||||||
1. Requirements
|
1. Requirements
|
||||||
|
|
||||||
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
||||||
ldap, gettext, mcrypt+mhash optional)
|
ldap, gettext, xml, mcrypt+mhash optional)
|
||||||
- Perl (optional, needed only for lamdaemon)
|
- Perl (optional, needed only for lamdaemon)
|
||||||
- OpenLDAP (>2.0)
|
- OpenLDAP (>2.0)
|
||||||
- A web browser :-)
|
- A web browser :-)
|
||||||
|
@ -53,3 +53,13 @@ Installation Instructions for LAM
|
||||||
- Manually:
|
- Manually:
|
||||||
A default config file can be found in /lam/config/lam.conf_sample.
|
A default config file can be found in /lam/config/lam.conf_sample.
|
||||||
Change the necessary entries and rename it to /lam/config/lam.conf.
|
Change the necessary entries and rename it to /lam/config/lam.conf.
|
||||||
|
|
||||||
|
|
||||||
|
3. Setting up PHP
|
||||||
|
|
||||||
|
LAM runs with PHP4 or PHP5.
|
||||||
|
|
||||||
|
Needed changes in your php.ini:
|
||||||
|
|
||||||
|
* memory_limit = 32M
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue