equal
deleted
inserted
replaced
18 Step 2: creating a new cube for my web site |
18 Step 2: creating a new cube for my web site |
19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
20 |
20 |
21 One note about my development environment: I wanted to use the packaged |
21 One note about my development environment: I wanted to use the packaged |
22 version of CubicWeb and cubes while keeping my cube in the current |
22 version of CubicWeb and cubes while keeping my cube in the current |
23 directory, let's say `~src/cubes`:: |
23 directory, let's say `~/src/cubes`:: |
24 |
24 |
25 cd ~src/cubes |
25 cd ~/src/cubes |
26 CW_MODE=user |
26 CW_MODE=user |
27 |
27 |
28 I can now create the cube which will hold custom code for this web |
28 I can now create the cube which will hold custom code for this web |
29 site using:: |
29 site using:: |
30 |
30 |