doc/tutorials/base/customizing-the-application.rst
changeset 12658 fdd7165fe1f3
parent 12548 6eec3213bec9
child 12923 341de318d6de
equal deleted inserted replaced
12657:2856182d4628 12658:fdd7165fe1f3
    14 
    14 
    15 
    15 
    16 Create your own cube
    16 Create your own cube
    17 ~~~~~~~~~~~~~~~~~~~~
    17 ~~~~~~~~~~~~~~~~~~~~
    18 
    18 
    19 First, notice that if you've installed |cubicweb| using Debian packages, you will
       
    20 need the additional ``cubicweb-dev`` package to get the commands necessary to
       
    21 |cubicweb| development. All `cubicweb-ctl` commands are described in details in
       
    22 :ref:`cubicweb-ctl`.
       
    23 
       
    24 Once your |cubicweb| development environment is set up, you can create a new
    19 Once your |cubicweb| development environment is set up, you can create a new
    25 cube::
    20 cube::
    26 
    21 
    27   cubicweb-ctl newcube myblog
    22   cubicweb-ctl newcube myblog
    28 
    23 
    29 This will create a a directory named :file:`cubicweb-myblog` reflecting the
    24 This will create a a directory named :file:`cubicweb-myblog` reflecting the
    30 structure described in :ref:`cubelayout`.
    25 structure described in :ref:`cubelayout`.
       
    26 
       
    27 All `cubicweb-ctl` commands are described in details in
       
    28 :ref:`cubicweb-ctl`.
    31 
    29 
    32 .. Note::
    30 .. Note::
    33 
    31 
    34    We previously used `myblog` as the name of our *instance*. We're now creating
    32    We previously used `myblog` as the name of our *instance*. We're now creating
    35    a *cube* with the same name. Both are different things. We'll now try to
    33    a *cube* with the same name. Both are different things. We'll now try to