ckanext-svvlayout
CKAN modifisering startet på av Jørgen og Trond (Norwegian: CKAN modification started by Jørgen and Trond).
Note: This repository has been deleted from GitHub and is no longer available.
Installation (from Web Archive)
ckanext-svvlayout has been tested against CKAN 2.4.1.
To install, activate your CKAN virtualenv and then do:
git clone 'https://github.com/svv-its/ckanext-svvlayout.git'
cd ckanext-svvlayout
pip install -e .
Then add ‘svvlayout’ to the ckan.plugins line in your CKAN config file, for example:
ckan.plugins = resource_proxy stats datastore simplesso svvlayout
Lastly, restart your web server.