documentation tweak
This commit is contained in:
parent
d35f86f559
commit
3ce7cf2dc5
|
@ -9,7 +9,9 @@ Dependencies
|
||||||
============
|
============
|
||||||
|
|
||||||
You will need ckan installed, as well as the ckanext-dgu and ckanext-csw
|
You will need ckan installed, as well as the ckanext-dgu and ckanext-csw
|
||||||
plugins activated.
|
plugins activated. The present module should be installed at least
|
||||||
|
with `setup.py develop` if not installed in the normal way with
|
||||||
|
`setup.py install` or using pip or easy_install.
|
||||||
|
|
||||||
If you want to use the spatial search API, you will need PostGIS installed
|
If you want to use the spatial search API, you will need PostGIS installed
|
||||||
and enable the spatial features of your PostgreSQL database. See the
|
and enable the spatial features of your PostgreSQL database. See the
|
||||||
|
@ -31,6 +33,10 @@ Or with postgres::
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Plugins are configured as follows,
|
||||||
|
|
||||||
|
ckan.plugins = cswserver,dgu_form_api,harvest
|
||||||
|
|
||||||
The extension needs a user with sysadmin privileges to perform the
|
The extension needs a user with sysadmin privileges to perform the
|
||||||
harvesting jobs. You can create such a user running these two commands in
|
harvesting jobs. You can create such a user running these two commands in
|
||||||
the ckan directory::
|
the ckan directory::
|
||||||
|
@ -44,7 +50,6 @@ configuration file (.ini) in the [app:main] section::
|
||||||
|
|
||||||
ckan.harvesting.api_key = 4e1dac58-f642-4e54-bbc4-3ea262271fe2
|
ckan.harvesting.api_key = 4e1dac58-f642-4e54-bbc4-3ea262271fe2
|
||||||
|
|
||||||
|
|
||||||
The API URL used can be also defined in the ini file (it defaults to
|
The API URL used can be also defined in the ini file (it defaults to
|
||||||
http://localhost:5000/)::
|
http://localhost:5000/)::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue