small doc fixes
This commit is contained in:
parent
9dd4ab05fe
commit
92fd782b99
|
@ -160,10 +160,12 @@ Setting Service Metadata Keywords
|
|||
The CSW standard allows for administrators to set CSW service metadata. These
|
||||
values can be set in the pycsw configuration ``metadata:main`` section. If you
|
||||
would like the CSW service metadata keywords to be reflective of the CKAN
|
||||
tags, run the following:
|
||||
tags, run the following convenience command:
|
||||
|
||||
paster ckan-pycsw set_keywords -p /etc/ckan/default/pycsw.cfg
|
||||
|
||||
Note that you must have privileges to write to the pycsw configuration file.
|
||||
|
||||
|
||||
Running it on production site
|
||||
+++++++++++++++++++++++++++++
|
||||
|
@ -176,7 +178,6 @@ keep CKAN and pycsw in sync, and serve pycsw with Apache + mod_wsgi like CKAN.
|
|||
|
||||
# m h dom mon dow command
|
||||
0 * * * * /usr/lib/ckan/default/bin/paster --plugin=ckanext-spatial ckan-pycsw load -p /etc/ckan/default/pycsw.cfg
|
||||
0 0 * * * /usr/lib/ckan/default/bin/paster --plugin=ckanext-spatial ckan-pycsw set_keywords -p /etc/ckan/default/pycsw.cfg
|
||||
|
||||
This particular example will run the load command every hour. You can of
|
||||
course modify this periodicity, for instance reducing it for huge instances.
|
||||
|
|
Loading…
Reference in New Issue