File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ Setup
30
30
31
31
**sp-wsgi: **
32
32
33
- * Go to the folder:
34
- [your path]/pysaml2/example/sp-wsgi
33
+ * Go to the folder and copy the example files::
35
34
36
- * Take the file named sp_conf.py.example and rename it sp_conf.py
35
+ cd [your path]/pysaml2/example/sp-wsgi
36
+ cp service_conf.py.example service_conf.py
37
+ cp sp_conf.py.example sp_conf.py
37
38
38
39
sp_conf.py is configured to run on localhost on port 8087. If you want to you could make the necessary changes before proceeding to the next step.
39
40
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ startme() {
5
5
if [ ! -f sp_conf.py ] ; then
6
6
cp sp_conf.py.example sp_conf.py
7
7
fi
8
+ if [ ! -f service_conf.py ] ; then
9
+ cp service_conf.py.example service_conf.py
10
+ fi
8
11
../../tools/make_metadata.py sp_conf > sp.xml
9
12
10
13
cd ../idp2
You can’t perform that action at this time.
0 commit comments