- Timestamp:
- Jul 2, 2015, 1:25:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/install/installation.rst
r717 r722 110 110 linked files. 111 111 112 .. _zoo_create_db_backend: 113 114 To create a new database to be used by the ZOO-Kernel, you have 115 to load the `schema.sql 116 <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql>`_ 117 file. For instance, you may run the following: 118 119 .. code:: 120 121 createdb zoo_project 122 psql zoo_project -f zoo-project/zoo-kernel/sql/schema.sql 123 124 .. note:: 125 You can choose another schema to store ZOO-Kernel specific 126 informations. In such a case, you would need to edit the 127 schema.sql file to uncomment line `33 128 <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql#L33>`_ 129 and `34 130 <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql#L34>`_. 131 132 133 112 134 YAML Support (Optional) 113 135 ************************ … … 373 395 ****************************** 374 396 375 The ZOO-Kernel is able to translate the messages it produce in different 376 natural languages. For this translation support to work, you have to 377 generate and install manually the quested files on your system, by 378 using the following command: 379 380 .. code:: 381 382 msgfmt zoo-project/zoo-kernel/locale/po/fr_FR.utf8.po -o /usr/share/locale/fr/LC_MESSAGES/zoo-kernel.mo 397 The ZOO-Kernel is able to translate the messages it produces in different 398 natural languages. This requires that you download `the messages file 399 <https://www.transifex.com/projects/p/zoo-kernel-internationalization/>`_ 400 translated in your language, if any. Then, for this translation 401 support to work, you have to generate manually the requested file on 402 your system. For instance for the French translation, you may use the 403 following command: 404 405 .. code:: 406 407 msgfmt messagespo_fr_FR.utf8.po -o /usr/share/locale/fr/LC_MESSAGES/zoo-kernel.mo 383 408 384 409 The ZOO-Kernel is also able to handle translation of
Note: See TracChangeset
for help on using the changeset viewer.