# HG changeset patch # User Sandrine Ribeau # Date 1238442601 25200 # Node ID 82375c14eb26cf0ddf9053ec489d55348417f0e2 # Parent 216141cf47a34415baee42338163f2c43f8489d9 [doc] Add set-up of environment variables. diff -r 216141cf47a3 -r 82375c14eb26 doc/book/en/C011-installation.en.txt --- 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