doc/book/en/admin/setup.rst
changeset 2445 6f065b366d14
parent 2420 46c83be959b7
child 2449 888d698af3f9
equal deleted inserted replaced
2444:4e61d9e4befb 2445:6f065b366d14
   114 
   114 
   115 To use others directories then you will have to configure the
   115 To use others directories then you will have to configure the
   116 following environment variables as follows::
   116 following environment variables as follows::
   117 
   117 
   118     export CW_CUBES_PATH=~/lib/cubes
   118     export CW_CUBES_PATH=~/lib/cubes
   119     export CW_REGISTRY=~/etc/cubicweb.d/
   119     export CW_INSTANCES_DIR=~/etc/cubicweb.d/
   120     export CW_INSTANCE_DATA=$CW_REGISTRY
   120     export CW_INSTANCES_DATA_DIR=$CW_INSTANCES_DIR
   121     export CW_RUNTIME=/tmp
   121     export CW_RUNTIME_DIR=/tmp
   122 
   122 
   123 .. note::
   123 .. note::
   124     The values given above are our suggestions but of course
   124     The values given above are our suggestions but of course
   125     can be different.
   125     can be different.
   126 
   126