| author | durandn |
| Tue, 16 Feb 2016 15:46:00 +0100 | |
| changeset 2 | d5c583f9a035 |
| parent 1 | 5f50937893ac |
| child 5 | 4407b131a70e |
| permissions | -rw-r--r-- |
# Example OAuth 2 Server & GED mock client # INSTALLATION use a different virtualenv than the one for the django metaeducation app $ mkvirtualenv mtdc_oauth_env $ pip install -r requirements.txt # CONFIGURATION Edit client_settings.py.tmpl and oauth_settings.py.tmpl to match your renkan django app config. # RUNNING To run the oauth server: $ workon mtdc_oauth_env $ python oauth.py To run the GED mock client: $ workon mtdc_oauth_env $ python client.py