summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/sp.rst7
-rwxr-xr-xexample/all.sh3
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/examples/sp.rst b/doc/examples/sp.rst
index 32f8b4b6..56b88354 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.
diff --git a/example/all.sh b/example/all.sh
index efbc1453..06e09b8b 100755
--- a/example/all.sh
+++ b/example/all.sh
@@ -5,6 +5,9 @@ startme() {
if [ ! -f sp_conf.py ] ; then
cp sp_conf.py.example sp_conf.py
fi
+ if [ ! -f service_conf.py ] ; then
+ cp service_conf.py.example service_conf.py
+ fi
../../tools/make_metadata.py sp_conf > sp.xml
cd ../idp2