doc/tutorials/advanced/part01_create-cube.rst
branch3.26
changeset 12456 b402418cbb67
parent 12455 12ea9f38fd3c
child 12392 ab8613334697
equal deleted inserted replaced
12455:12ea9f38fd3c 12456:b402418cbb67
   147 Now that I have a schema, I want to create an instance. To
   147 Now that I have a schema, I want to create an instance. To
   148 do so using this new 'sytweb' cube, I run::
   148 do so using this new 'sytweb' cube, I run::
   149 
   149 
   150   cubicweb-ctl create sytweb sytweb_instance
   150   cubicweb-ctl create sytweb sytweb_instance
   151 
   151 
       
   152 For simplicity you should use the sqlite database, it won't require
       
   153 configuration.
       
   154 
   152 Don't forget to say "yes" to the question: `Allow anonymous access ? [y/N]:`
   155 Don't forget to say "yes" to the question: `Allow anonymous access ? [y/N]:`
   153 
   156 
   154 Hint: if you get an error while the database is initialized, you can
   157 Hint: if you get an error while the database is initialized, you can
   155 avoid having to answer the questions again by running::
   158 avoid having to answer the questions again by running::
   156 
   159