Skip to content
Snippets Groups Projects
Commit f6e4f899 authored by Pavel Vyskočil's avatar Pavel Vyskočil Committed by GitHub
Browse files

Update README.md

parent 409c99a2
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,14 @@ Module for simpleSAMLphp which shows Proxy IdP/SP statistics
Guide for use module statistic
1. Install MySQL Database and create database for statistics and user.
2. For this database run script to create tables. Script is available in config-templates/tables.sql
2. For this database run script to create tables. Script is available in config-templates/tables.sql.
3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
4. Add following to authproc in file saml20-idp-hosted.php:
XX => array(
'class' => 'proxystatistics:statistics',
'config' => array (),
),
where XX is number(for example 50; Must not be used for other modules)
#where XX is number(for example 50; Must not be used for other modules)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment