doc/book/en/C011-installation.en.txt
changeset 1192 82375c14eb26
parent 564 8b48724d4c2b
child 1193 24486ce4dea1
equal deleted inserted replaced
1191:216141cf47a3 1192:82375c14eb26
    90 
    90 
    91 If you installed the debian packages, no configuration is required.
    91 If you installed the debian packages, no configuration is required.
    92 Your new cubes will be placed in `/usr/share/cubicweb/cubes` and
    92 Your new cubes will be placed in `/usr/share/cubicweb/cubes` and
    93 your applications will be placed in `/etc/cubicweb.d`.
    93 your applications will be placed in `/etc/cubicweb.d`.
    94 
    94 
       
    95 To use others directories then you will have to configure the
       
    96 following environment variables as follows: ::
       
    97 
       
    98     export CW_CUBES_PATH=~/lib/cubes
       
    99     export CW_REGISTRY=~/etc/cubicweb.d/
       
   100     export CW_INSTANCE_DATA=$CW_REGISTRY
       
   101     export CW_RUNTIME=/tmp
       
   102 
       
   103 .. note::
       
   104     The values given above are our suggestions but of course
       
   105     can be different.
       
   106 
    95 .. _ConfigurationPostgres:
   107 .. _ConfigurationPostgres:
    96 
   108 
    97 Postgres configuration
   109 Postgres configuration
    98 ----------------------
   110 ----------------------
    99 
   111