commit
8191f1f8e6
|
@ -10,8 +10,8 @@ This support consists of:
|
|||
* Ability to import records from CSW servers with the CSW harvester. See
|
||||
:doc:`harvesters` for more details.
|
||||
|
||||
* Integration with pycsw_ to provide a fully compliat CSW interface for
|
||||
harvested records. This integration is described on the following sections.
|
||||
* Integration with pycsw_ to provide a fully compliant CSW interface for
|
||||
harvested records. This integration is described in the following sections.
|
||||
|
||||
|
||||
ckan-pycsw
|
||||
|
@ -172,7 +172,7 @@ keep CKAN and pycsw in sync, and serve pycsw with Apache + mod_wsgi like CKAN.
|
|||
has a good overview of the crontab syntax.
|
||||
|
||||
* To run pycsw under Apache check the pycsw `installation documentation <http://pycsw.org/docs/latest/installation.html#running-on-wsgi>`_
|
||||
or follow this quick steps (they assume the paths used on the previous steps):
|
||||
or follow these quick steps (they assume the paths used in previous steps):
|
||||
|
||||
- Edit ``/etc/apache2/sites-available/ckan_default`` and add the following
|
||||
line just before the existing ``WSGIScriptAlias`` directive::
|
||||
|
|
|
@ -4,3 +4,4 @@ OWSLib==0.8.2
|
|||
lxml>=2.3
|
||||
argparse
|
||||
pyparsing==1.5.6
|
||||
requests==1.1.0
|
||||
|
|
Loading…
Reference in New Issue