Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit a3a104e

Browse files
melangervyskocilpavel
authored andcommitted
Add instance_name to README
1 parent 91ba6bd commit a3a104e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Once you have installed SimpleSAMLphp, installing this module is very simple. Fi
1515
## Configuration
1616
1. Install MySQL Database and create database for statistics and user.
1717
2. For this database run script to create tables. Script is available in config-templates/tables.sql.
18-
3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
18+
3. Copy config-templates/module_statisticsproxy.php to your folder vith config and fill it.
1919
4. Configure IdPAttribute filter from Perun module to get sourceIdPName from IdP metadata:
2020
```
2121
XX => array(
@@ -26,11 +26,15 @@ Once you have installed SimpleSAMLphp, installing this module is very simple. Fi
2626
),
2727
#where XX is priority(for example 30; Must not be used for other modules)
2828
```
29-
5 . Configure proxystatistic filter
29+
5. Configure proxystatistic filter
3030
```
3131
XX => array(
3232
'class' => 'proxystatistics:statistics',
3333
'config' => array (),
3434
),
3535
#where XX is priority(for example 50; Must not be used for other modules)
36-
```
36+
```
37+
6. Add to `config.php`:
38+
```
39+
'instance_name' => 'Instance name',
40+
```

0 commit comments

Comments
 (0)