24 |
24 |
25 Command to create a cube |
25 Command to create a cube |
26 ------------------------ |
26 ------------------------ |
27 |
27 |
28 * ``newcube``, create a new cube on the file system based on the name |
28 * ``newcube``, create a new cube on the file system based on the name |
29 given in the parameters. This command create a cube from an application |
29 given in the parameters. This command create a cube from a skeleton |
30 skeleton that includes default files required for debian packaging. |
30 that includes default files required for debian packaging. |
31 |
31 |
32 |
32 |
33 Command to create an instance |
33 Command to create an instance |
34 ----------------------------- |
34 ----------------------------- |
35 * ``create``, creates the files for the instance configuration |
35 * ``create``, creates the files for the instance configuration |
67 * ``db-dump``, creates a dump of the system database |
67 * ``db-dump``, creates a dump of the system database |
68 * ``db-restore``, restores a dump of the system database |
68 * ``db-restore``, restores a dump of the system database |
69 * ``db-check``, checks data integrity of an instance. If the automatic correction |
69 * ``db-check``, checks data integrity of an instance. If the automatic correction |
70 is activated, it is recommanded to create a dump before this operation. |
70 is activated, it is recommanded to create a dump before this operation. |
71 * ``schema-sync``, synchronizes the persistent schema of an instance with |
71 * ``schema-sync``, synchronizes the persistent schema of an instance with |
72 the application schema. It is recommanded to create a dump before this operation. |
72 the instance schema. It is recommanded to create a dump before this operation. |
73 |
73 |
74 Commands to maintain i18n catalogs |
74 Commands to maintain i18n catalogs |
75 ---------------------------------- |
75 ---------------------------------- |
76 * ``i18ncubicweb``, regenerates messages catalogs of the *CubicWeb* library |
76 * ``i18ncubicweb``, regenerates messages catalogs of the *CubicWeb* library |
77 * ``i18ncube``, regenerates the messages catalogs of a cube |
77 * ``i18ncube``, regenerates the messages catalogs of a cube |