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

Commit 126a6ac

Browse files
committed
Updated README.md
* Changed installation instruction * Added codefactor badge
1 parent f5570aa commit 126a6ac

File tree

1 file changed

+2
-51
lines changed

1 file changed

+2
-51
lines changed

README.md

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,11 @@
11
# perun-simplesamlphp-module
2+
[![CodeFactor](https://www.codefactor.io/repository/github/cesnet/perun-simplesamlphp-module/badge)](https://www.codefactor.io/repository/github/cesnet/perun-simplesamlphp-module)
3+
24
Module which allows simpleSAMLphp to get data from Perun.
35

46

57
Once you have installed SimpleSAMLphp, installing this module is very simple. First of all, you will need to download Composer if you haven't already. After installing Composer, just execute the following command in the root of your SimpleSAMLphp installation:
68

79
## Instalation
810

9-
1.Install necessary packages
10-
11-
* Install module Perunauthorize
12-
13-
* visit https://github.com/CESNET/perunauthorize-simplesamlphp-module
14-
15-
2.Add follows repository to composer.json
16-
17-
```json
18-
"repositories":[
19-
{
20-
"type": "git",
21-
"url": "https://github.com/CESNET/perun-simplesamlphp-module.git"
22-
},
23-
{
24-
"type": "git",
25-
"url": "https://github.com/elixirhub/elixir-aai-proxy-idp-template.git"
26-
},
27-
{
28-
"type": "git",
29-
"url": "https://github.com/ICS-MU/ceitec-aai-proxy-idp-template.git"
30-
},
31-
{
32-
"type": "git",
33-
"url": "https://github.com/CESNET/einfra-aai-proxy-idp-template.git"
34-
},
35-
{
36-
"type": "git",
37-
"url": "https://github.com/CESNET/bbmri-aai-proxy-idp-template.git"
38-
},
39-
{
40-
"type": "git",
41-
"url": "https://github.com/tauceti2/simplesamlphp-authgoogleoauth2"
42-
},
43-
{
44-
"type": "git",
45-
"url": "https://github.com/tauceti2/simplesamlphp-module-authorcid.git"
46-
},
47-
{
48-
"type": "git",
49-
"url": "https://github.com/CESNET/proxystatistics-simplesamlphp-module.git"
50-
},
51-
{
52-
"type": "git",
53-
"url": "https://github.com/CESNET/perunauthorize-simplesamlphp-module.git"
54-
}
55-
]
56-
```
57-
58-
3.Install module
59-
6011
`php composer.phar require cesnet/simplesamlphp-module-perun:dev-master`

0 commit comments

Comments
 (0)