Changeset 904 for branches/prototype-v0/docs/install
- Timestamp:
- Apr 19, 2019, 4:33:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/docs/install/installation.rst
r809 r904 147 147 <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql#L34>`_. 148 148 149 149 Metadata Database (Optional) 150 ***************************** 151 152 .. _zoo_create_metadb: 153 154 It is possible to use a PostgreSQL database to store metadata 155 information about WPS Services. This support is optional and require 156 to be activated by using the ``--with-metadb=yes`` option. 157 158 To create the database for storing the metadata informations about the 159 WPS Services, you may use the following command: 160 161 .. code:: 162 163 createdb zoo_metadb 164 psql zoo_metadb -f zoo-project/zoo-kernel/sql/zoo_collectiondb.sql 165 166 In case you want to convert an existing zcfg file then, you can use 167 the ``zcfg2sql`` tool from the command line. 150 168 151 169 YAML Support (Optional) … … 154 172 If ``yaml.h`` file is not found in your ``/usr/include`` directory and 155 173 ``libyaml.so`` is not found in ``/usr/lib``, a ``--with-yaml`` option 156 can be used to specify its location. For instance, if the heade er file174 can be used to specify its location. For instance, if the header file 157 175 lies in ``/usr/local/include`` and the shared library is located in 158 176 ``/usr/local/lib``, you may use the following command:
Note: See TracChangeset
for help on using the changeset viewer.