doc/book/en/admin/create-instance.rst
changeset 2539 0f26a76b0348
parent 2476 1294a6bdf3bf
child 2544 282261b26774
equal deleted inserted replaced
2538:6f8ffaa2a700 2539:0f26a76b0348
     4 ===============================
     4 ===============================
     5 
     5 
     6 Instance creation
     6 Instance creation
     7 -----------------
     7 -----------------
     8 
     8 
     9 Now that we created our cube, we can create an instance to view our
     9 Now that we created a cube, we can create an instance and access it via a web
    10 instance in a web browser. To do so we will use a `all-in-one`
    10 browser. We will use a `all-in-one` configuration to simplify things ::
    11 configuration to simplify things ::
       
    12 
    11 
    13   cubicweb-ctl create -c all-in-one mycube myinstance
    12   cubicweb-ctl create -c all-in-one mycube myinstance
    14 
    13 
    15 .. note::
    14 .. note::
    16   Please note that we created a new cube for a demo purpose but
    15   Please note that we created a new cube for a demo purpose but
    58 
    57 
    59 
    58 
    60 upgrade
    59 upgrade
    61 ~~~~~~~
    60 ~~~~~~~
    62 
    61 
       
    62 The command is::
       
    63 
       
    64   cubicweb-ctl upgrade myinstance
       
    65 
    63 XXX write me
    66 XXX write me
    64 
    67