ckanext-close-for-guests
The extension for closing CKAN to guest users and showing a login page.
Requirements
| CKAN Version |
Compatible |
| earlier |
not tested |
| 2.9 |
Yes |
Installation
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/TIBHannover/ckanext-close-for-guests.git
cd ckanext-close-for-guests
pip install -e .
pip install -r requirements.txt
python setup.py develop
Add close_for_guests to the ckan.plugins setting in your CKAN config file.
Restart CKAN.