--- a/doc/book/en/C011-installation.en.txt Mon Mar 30 14:27:19 2009 +0200
+++ b/doc/book/en/C011-installation.en.txt Mon Mar 30 12:50:01 2009 -0700
@@ -92,6 +92,18 @@
Your new cubes will be placed in `/usr/share/cubicweb/cubes` and
your applications will be placed in `/etc/cubicweb.d`.
+To use others directories then you will have to configure the
+following environment variables as follows: ::
+
+ export CW_CUBES_PATH=~/lib/cubes
+ export CW_REGISTRY=~/etc/cubicweb.d/
+ export CW_INSTANCE_DATA=$CW_REGISTRY
+ export CW_RUNTIME=/tmp
+
+.. note::
+ The values given above are our suggestions but of course
+ can be different.
+
.. _ConfigurationPostgres:
Postgres configuration