equal
deleted
inserted
replaced
32 Creation of a new cube |
32 Creation of a new cube |
33 ----------------------- |
33 ----------------------- |
34 |
34 |
35 Create your new cube cube :: |
35 Create your new cube cube :: |
36 |
36 |
37 cubicweb-ctl newcube |
37 cubicweb-ctl newcube -d <target directory> |
38 |
38 |
39 This will create a new cube in |
39 This will create a new cube ``<target directory>``. |
40 ``/path/to/grshell-cubicweb/cubes/<mycube>`` for a Mercurial |
|
41 installation, or in ``/usr/share/cubicweb/cubes`` for a debian |
|
42 packages installation. |
|
43 |
40 |
44 Create an instance |
41 Create an instance |
45 ------------------- |
42 ------------------- |
46 |
43 |
47 You must ensure `~/etc/cubicweb.d/` exists prior to this. On windows, the |
44 You must ensure `~/etc/cubicweb.d/` exists prior to this. On windows, the |