Correct some spelling in README
README had some typos, correct them.
This commit is contained in:
parent
866217bf35
commit
dede5dec18
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -4,7 +4,7 @@ symposion_app
|
|||
At this time, considerations have not been made to have the django project run
|
||||
without additional infrastructure.
|
||||
|
||||
This can be configured in the future by switching the defualt
|
||||
This can be configured in the future by switching the default
|
||||
DEFAULT_FILE_STORAGE django default, and properly configuring django to load
|
||||
subsequent configuration to switch this back to GCS on run in our testing
|
||||
and production environments.
|
||||
|
@ -28,12 +28,12 @@ GCS
|
|||
SAML2
|
||||
~~~~~
|
||||
|
||||
Please familurise yourself with Shibboleth configuraiton and the general
|
||||
Please familiarise yourself with Shibboleth configuration and the general
|
||||
flow of how to register a SP with an IDP.
|
||||
|
||||
If you send the SP metadata staticly, validdity time must be removed.
|
||||
If you send the SP metadata statically, validity time must be removed.
|
||||
|
||||
You will also need to register your IDP metadata here either staticly or
|
||||
You will also need to register your IDP metadata here either statically or
|
||||
remotely updated.
|
||||
|
||||
You may consider testing with testshib.
|
||||
|
@ -48,7 +48,7 @@ we wish for without having to do anything ugly. This may require a newer
|
|||
version of pip than is packaged with distros virtualenv.
|
||||
|
||||
Note that this application is python 3 only so you must create your virtualenv
|
||||
with a python3 interpretter.
|
||||
with a python3 interpreter.
|
||||
|
||||
- ``virtualenv -p `which python3` venv``
|
||||
- ``source ./venv/bin/activate``
|
||||
|
|
Loading…
Reference in a new issue