Extension GeoServer Integration


Extension Basics

Title
GeoServer Integration
Name
ckanext-geoserver
Type
Public extension
Description
GeoServer Extension for CKAN developed by NGDS (National Geothermal Data System). This extension provides integration between CKAN and GeoServer, allowing CKAN resources to be published to GeoServer. Requires DataStore write access and GeoServer REST API configuration. Features include workspace management and REST URL configuration.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-04-06 22:55:34)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

Geoserver Extension for CKAN

custom configurations:

  • geoserver.rest_url = ‘geoserver://admin:geoserver@localhost:8080/geoserver/rest’
  • geoserver.default_workspace = ‘ckan’
  • geoserver.workspace_name = ckan
  • geoserver.workspace_uri = ‘http://localhost:5000/ckan’

Also requires this to be set:

ckan.datastore.write_url = ‘postgresql://ckanuser:pass@localhost/datastore’

Debugging

Every time you pull new changes into your existing repository, you should restart services to make sure all the files are compiled. You can use the following command for this:

$ supervisorctl restart all

If you run into issues while pulling new changes into your existing repository, you should run setup.py which will set up the environment correctly. See below:

$ python setup.py egg_info

Also, if you run into issues with the website being inaccessible, you can restart the http service by using the following command:

$ service httpd restart
Version
(not set)
Version release date
(not set)
Contact name
NGDS
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
geoserver
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions