doc/tutorials/advanced/part01_create-cube.rst
changeset 12391 e4e5814fd70c
parent 12390 d9196c0420fe
child 12392 ab8613334697
equal deleted inserted replaced
12390:d9196c0420fe 12391:e4e5814fd70c
   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