doc/book/en/C012-create-instance.en.txt
changeset 296 65564e83853e
parent 272 06077d56f2c4
child 574 a6308ea5fb15
equal deleted inserted replaced
295:5da6a12e88fe 296:65564e83853e
    83 (:ref:`ConfigurationPostgres`).
    83 (:ref:`ConfigurationPostgres`).
    84 
    84 
    85 It is important to distinguish here the user used to access the database and
    85 It is important to distinguish here the user used to access the database and
    86 the user used to login to the cubicweb application. When a `CubicWeb` application
    86 the user used to login to the cubicweb application. When a `CubicWeb` application
    87 starts, it uses the login/psswd for the database to get the schema and handle
    87 starts, it uses the login/psswd for the database to get the schema and handle
    88 low transaction [FIXME - bas niveau]. But, when ``cubicweb-ctl create`` asks for
    88 low level transaction. But, when ``cubicweb-ctl create`` asks for
    89 a manager login/psswd of `CubicWeb`, it refers to an application user you will
    89 a manager login/psswd of `CubicWeb`, it refers to an application user you will
    90 use during the development to administrate your web application. It will be 
    90 use during the development to administrate your web application. It will be 
    91 possible, later on, to create others users for your final web application.
    91 possible, later on, to create others users for your final web application.
    92 
    92 
    93 When this command is completed, the definition of your instance is
    93 When this command is completed, the definition of your instance is