doc/book/en/A02a-create-cube.en.txt
changeset 272 06077d56f2c4
parent 268 0575e7973c5e
child 280 ce829abf7c29
equal deleted inserted replaced
271:e150b92237d9 272:06077d56f2c4
     6 Once your `CubicWeb` development environment is set up, you can create a new
     6 Once your `CubicWeb` development environment is set up, you can create a new
     7 cube::
     7 cube::
     8 
     8 
     9   cubicweb-ctl newcube blog
     9   cubicweb-ctl newcube blog
    10 
    10 
    11 This will create in ``/path/to/forest/cubes`` a directory named ``blog`` containing::
    11 This will create in the cubes directory (``/path/to/forest/cubes`` for Mercurial
       
    12 installation, ``/usr/share/cubicweb/cubes`` for debian packages installation) 
       
    13 a directory named ``blog`` containing::
    12 
    14 
    13   blog/
    15   blog/
    14   |
    16   |
    15   |-- data/
    17   |-- data/
    16   |   |-- cubes.blog.css
    18   |   |-- cubes.blog.css