Update csw.rst

This commit is contained in:
Tom Kralidis 2013-10-10 08:15:50 -04:00 committed by amercader
parent d70fb9df71
commit acff38535c
1 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ Setup
[repository] [repository]
database=postgresql://ckan_default:pass@localhost/pycsw database=postgresql://ckan_default:pass@localhost/pycsw
The rest of the options are described `here <http://pycsw.org/docs/configuration.html>`_. The rest of the options are described `here <http://pycsw.org/docs/latest/configuration.html>`_.
4. Setup the pycsw table. This is done with the ``ckan-pycsw`` paster command 4. Setup the pycsw table. This is done with the ``ckan-pycsw`` paster command
(Remember to have the virtualenv activated when running it):: (Remember to have the virtualenv activated when running it)::
@ -171,7 +171,7 @@ keep CKAN and pycsw in sync, and serve pycsw with Apache + mod_wsgi like CKAN.
This `Wikipedia page <http://en.wikipedia.org/wiki/Cron#CRON_expression>`_ This `Wikipedia page <http://en.wikipedia.org/wiki/Cron#CRON_expression>`_
has a good overview of the crontab syntax. has a good overview of the crontab syntax.
* To run pycsw under Apache check the pycsw `installation documentation <http://pycsw.org/docs/installation.html#running-on-wsgi>`_ * 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 this quick steps (they assume the paths used on the previous steps):
- Edit ``/etc/apache2/sites-available/ckan_default`` and add the following - Edit ``/etc/apache2/sites-available/ckan_default`` and add the following
@ -254,7 +254,7 @@ The equivalent example to the one above for asking the cabailities is::
OWSLib is the library used to actually perform the queries. OWSLib is the library used to actually perform the queries.
.. _pycsw: http://pycsw.org .. _pycsw: http://pycsw.org
.. _pycsw documentation: http://pycsw.org/docs/installation.html .. _pycsw documentation: http://pycsw.org/docs/latest/installation.html
.. _package install: http://docs.ckan.org/en/latest/install-from-package.html .. _package install: http://docs.ckan.org/en/latest/install-from-package.html
.. _CSW: http://www.opengeospatial.org/standards/cat .. _CSW: http://www.opengeospatial.org/standards/cat