# HG changeset patch # User Sandrine Ribeau # Date 1229981007 28800 # Node ID e150b92237d956b97a99c4f08adb910c137a5f03 # Parent 5d1520efade9984526ed5eadeb217aba498167dc [doc] Add link to cubicweb's forge for cubes available. Removes deprecated env configuration. diff -r 5d1520efade9 -r e150b92237d9 doc/book/en/B021-schema-stdlib.en.txt --- a/doc/book/en/B021-schema-stdlib.en.txt Mon Dec 22 12:02:40 2008 -0800 +++ b/doc/book/en/B021-schema-stdlib.en.txt Mon Dec 22 13:23:27 2008 -0800 @@ -31,8 +31,8 @@ * `Bookmark`, an entity type used to allow a user to customize his links within the application -Cubes in the library -```````````````````` +Cubes available +``````````````` An application is based on several basic cubes. In the set of available basic cubes we can find for example : @@ -69,3 +69,7 @@ To declare the use of a component, once installed, add the name of the component to the variable `__use__` in the file `__pkginfo__.py` of your own component. +.. note:: + The listed cubes above are available as debian-packages on `CubicWeb's forge`_. + +.. _`CubicWeb's forge`: http://www.cubicweb.org/project?vtitle=All%20cubicweb%20projects diff -r 5d1520efade9 -r e150b92237d9 doc/book/en/C011-installation.en.txt --- a/doc/book/en/C011-installation.en.txt Mon Dec 22 12:02:40 2008 -0800 +++ b/doc/book/en/C011-installation.en.txt Mon Dec 22 13:23:27 2008 -0800 @@ -59,7 +59,7 @@ Please refer to the `Postgresql project online documentation`_. -.. _`Postgres project online documentation`: http://www.postgresql.org/ +.. _`Postgresql project online documentation`: http://www.postgresql.org/ You need to install the three following packages: `postgres-8.3`, `postgres-contrib-8.3` and `postgresql-plpython-8.3`. @@ -79,26 +79,18 @@ Environment configuration ------------------------- -[FIXME] -Ces variables ne sont plus requises pour le bon fonctionnement de `CubicWeb`, non? -A part rajouter la foret dans le PYTHONPATH, rien de plus ne doit etre fait? - -Update the environment variable PYTHONPATH to add to it the path to -the forest ``cubicweb``. +If you installed `CubicWeb` by cloning the Mercurial forest, then you +will need to update the environment variable PYTHONPATH to add to it +the path to the forest ``cubicweb``. Add the following lines to either `.bashrc` or `.bash_profile` to configure your development environment :: export PYTHONPATH=/full/path/to/cubicweb-forest - - //deprecated?? - export ERUDI_REGISTRY=~/etc/erudi.d/ - export ERUDI_TEMPLATES=~/hg/ - export ERUDI_RUNTIME=/tmp/ -Cela suppose que le composant erudi que vous développez est dans un -sous-répertoire de *~/hg/* et que vous avez créé le répertoire *~/etc/erudi.d/* -pour que `cubicweb-ctl` y place vos instances de test. +If you installed the debian packages, no configuration is required. +Your new cubes will be placed in `/usr/share/cubicweb/cubes` and +your applications will be placed in `/etc/cubicweb.d`. .. _ConfigurationPostgres: