summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2016-02-02 07:52:48 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2016-02-02 07:52:48 +0100
commit0d96061a69bb3ef9a304fe6daa2d87d30b9e9219 (patch)
treed68a3cdd199ec896b1903d3b0829d95f7829d15c /doc
parent028f75c1e2db4c0bcac895e0fe16f5c662abea4c (diff)
parent1aee96a69c10be81053cb0d039197d0824bc512b (diff)
downloadpysaml2-0d96061a69bb3ef9a304fe6daa2d87d30b9e9219.tar.gz
Merge pull request #309 from arne-cl/master
fix #308: make all.sh and sp-wsgi examples work again
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/sp.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/examples/sp.rst b/doc/examples/sp.rst
index d98c8806..7d392257 100644
--- a/doc/examples/sp.rst
+++ b/doc/examples/sp.rst
@@ -30,10 +30,11 @@ Setup
**sp-wsgi:**
-* Go to the folder:
-[your path]/pysaml2/example/sp-wsgi
+* Go to the folder and copy the example files::
-* Take the file named sp_conf.py.example and rename it sp_conf.py
+ cd [your path]/pysaml2/example/sp-wsgi
+ cp service_conf.py.example service_conf.py
+ cp sp_conf.py.example sp_conf.py
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.