cubicweb/cwconfig.py
branch3.26
changeset 12435 af93bf9723b4
parent 12273 9d08f89a3d85
child 12508 a8c1ea390400
child 12659 a422eeca6994
equal deleted inserted replaced
12434:4443ae7c9a2d 12435:af93bf9723b4
    47 .. _CubicwebWithinVirtualEnv:
    47 .. _CubicwebWithinVirtualEnv:
    48 
    48 
    49 Within virtual environment
    49 Within virtual environment
    50 ``````````````````````````
    50 ``````````````````````````
    51 
    51 
    52 If you are not administrator of you machine or if you need to play with some
    52 When installed within a virtualenv, CubicWeb will look for instances data as in
    53 specific version of |cubicweb| you can use virtualenv_ a tool to create
    53 user mode by default, that is in $HOME/etc/cubicweb.d. However the
    54 isolated Python environments.
    54 CW_INSTANCES_DIR environment variable should be preferably used.
    55 
       
    56 - instances are stored in :file:`<VIRTUAL_ENV>/etc/cubicweb.d`
       
    57 - temporary files (such as pid file) in :file:`<VIRTUAL_ENV>/var/run/cubicweb`
       
    58 
    55 
    59 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
    56 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
    60 
    57 
    61 
    58 
    62 Custom resource location
    59 Custom resource location