Extension Tsbsatellites


Extension Basics


Background Infos

Description (long)
Show details

=====================

ckanext-tsbsatellites

Installation and setup

  • Install CKAN 2.2 via package install in the web server

  • Install Postgres and Solr 4 in the DB server. There is an Ansible script for installing Solr 4 in deployment/solr, which also sets up the custom schema.

  • Install ckanext-spatial_, including setting up PostGIS in the database as described in the documentation.

  • Install ckanext-harvest_, using the Redis backend (note that you need to pip install redis in your virtualenv

  • Install ckanext-tsbsatellites

  • Add the following options to the configuration file, apart from the usual ones::

    ckan.plugins = spatial_metadata spatial_query harvest csw_harvester tsbsatellites

    ckan.harvest.mq.type = redis

    ckanext.spatial.search_backend = solr ckanext.spatial.harvest.continue_on_validation_errors=True

  • TODO: Set up Solr 4 and enable the Solr backend on the spatial search

.. _ckanext-spatial: http://ckanext-spatial.readthedocs.org/en/latest/install.html .. _ckanext-harvest: https://github.com/ckan/ckanext-harvest#installation

GeoNetwork

Install

GeoNetwork is installed with the Ansible script located at deployment/geonetwork. This will install GeoNetwork 2.10.3 using PostgreSQL 9.1 and PostGIS 1.5 as database backend. It has been tested on Ubuntu 12.04 64bit.

After the installation is completed, GeoNetwork should be accessible at

http://server:8080/geonetwork

Immediately after the install please follow the first step in the next section to change the default password.

Setup

  • Change the default admin password Login using the input fields located at the top right corner (user admin, password admin). Click on Administration on the top left corner menu. Go to Users and groups > Change password.

  • System configuration. On the Administration page, go to Catalogue Settings

    System configuration. Change the f

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

GeoNetwork

Install

GeoNetwork is installed with the Ansible script located at deployment/geonetwork. This will install GeoNetwork 2.10.3 using PostgreSQL 9.1 and PostGIS 1.5 as database backend. It has been tested on Ubuntu 12.04 64bit.

After the installation is completed, GeoNetwork should be accessible at

http://server:8080/geonetwork

Immediately after the install please follow the first step in the next section to change the default password.

Setup

  • Change
Plugins to configure (ckan.ini)
spatial_metadata spatial_query harvest csw_harvester tsbsatellites ckan
CKAN Settings (ckan.ini)
# ckanext.spatial.search_backend = solr
# ckanext.spatial.harvest.continue_on_validation_errors=True
DB migration to be executed
(not set)
<< back to Extensions