File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Tests] ( https://github.com/Mat-O-Lab/ckanext-sso/actions/workflows/test.yml/badge.svg )] ( https://github.com/Mat-O-Lab/ckanext-sso/actions/workflows/test.yml )
2+
13# ckanext-sso
24
35## Introduction
@@ -22,19 +24,19 @@ To install the extension:
2224
23251 . Activate your CKAN virtual environment, for example:
2426``` bash
25- . /usr/lib/ckan/default/bin/activate
27+ . /usr/lib/ckan/default/bin/activate
2628```
27292 . Use pip to install package
2830``` bash
29- pip install ckanext-sso
31+ pip install ckanext-sso
3032```
31333 . Add ` sso ` to the ` ckan.plugins ` setting in your CKAN
3234 config file (by default the config file is located at
3335 ` /etc/ckan/default/ckan.ini ` ).
3436
35374 . Restart CKAN. For example, if you've deployed CKAN with Apache on Ubuntu:
3638``` bash
37- sudo service apache2 reload
39+ sudo service apache2 reload
3840```
3941
4042## Configuration
@@ -65,7 +67,5 @@ Contributions are welcome! Please read our [contributing guide](CONTRIBUTING.md)
6567
6668This project is licensed under the terms of the [ MIT License] ( LICENSE ) .
6769
68- ## Contact
69-
70- If you have any questions, please feel free to reach out to us at [
71- datHere Support] ( mailto:support@dathere.com ) .
70+ # Acknowledgments
71+ The authors would like to thank the developers of the original project https://github.com/dathere/ckanext-sso .
You can’t perform that action at this time.
0 commit comments