#212 Improve the instructions in the README for OpenID-Connect
Merged 7 years ago by pingou. Opened 7 years ago by pingou.
pingou/fedora-hubs fix_readme  into  develop

file modified
+10 -1
@@ -51,10 +51,19 @@ 

  

      oidc-register --debug https://iddev.fedorainfracloud.org/ http://localhost:5000

  

+ Replace httplib2's own ca cert file (to adjust as needed)::

+ 

+     cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem

+         ~/.virtualenvs/hubs/lib/python2.7/site-packages/httplib2/cacerts.txt

+ 

+ Create a local configuration file::

+ 

+     echo "OIDC_ID_TOKEN_COOKIE_SECURE = False" > config

+ 

  With that, try running the app with::

  

      $ python populate.py  # To create the db

-     $ python runserver.py  # To run the dev server

+     $ python runserver.py -c config  # To run the dev server with our local conf

  

  And then navigate to http://localhost:5000/

  

no initial comment

Pull-Request has been merged by pingou

7 years ago
Metadata