-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
19 lines (16 loc) · 905 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REQUISITES:
* PHP >= 4.X
* PHP-MCRYPT
* PHP-DBA (if using DBA backends)
* PHP-MYSQL (if using MySQL backends)
* PHP-MEMCACHED (if using Memcache backends)
* SimpleSAMLphp (if using SAML for authentication)
INSTALLATION:
1. Upgrade/install your PHP to meet the requirements.
2. Copy the package with all files right into your server.
3. Ensure the file PoA.php is in your include path.
4. Put the PoA.conf.php file in your include path, or set the PHP environment variable "poa_conf_file" to point to your PoA.conf.php file.
5. Configure the PoA.conf.php file for your PoAs, and any other configuration files you may need. Refer to the samples for more info
on how to configure each engine.
6. Please make sure all the configuration files are outside the web server root directory.
7. If you are using PHP 5.2.X, then ensure the environment option "zend.ze1_compatibility_mode" is off.